Hello, in our case we are implementing IBM BAMOE (basically, it is the continuity of PAM 7) and we need to integrate with IBM MQ, but we are not managing to install the resource adapter suggested by IBM (wmq.jmsra.rar) which we did manage to configure in our onPremise installation of PAM 7 Any ideas on how to approach it? Thank you in advance.
@balakrishnanb4484 Жыл бұрын
In an operator based setup of kie-server, to add additional binaries (wmq.jmsra.rar, in this case), you may extend the base kie-server image. Something like this. ~~~~ FROM ..../ibm-bamoe/bamoe-kieserver-rhel8 USER root COPY wmq.jmsra.rar {JBOSS_HOME}/standalone/deployments // Do all additional configuration and changes required to the config etc., USER 185 ~~~~ Build this Dockerfile and specify it in the operator as the image to be used for kie-server creation.
@rossbrigoli67802 жыл бұрын
the default KieApp config seems to create passthrough routes with invalid certificate. It works when I created a new route with edge termination.
@omarmoralesortega80374 жыл бұрын
Hi! Great video!, do you know what are the default users for business central? I deployed the RHPAM like you with the postgresql YML
@balakrishnanb44844 жыл бұрын
You may get the credentials for the business central user from the underlying secret. Also, check the business central pod environment variables.. Hope this helps.
@dineshvasudevan68123 жыл бұрын
Hi Bala, how to reach out to you?
@balakrishnanb44843 жыл бұрын
@Dinesh Vasudevan, you may post your questions here, if any, about this video.