share MQ Libraries installed on server1 to share on server2 liberty server.xml

Viewed 24

We have configured WLP and MQ to use JMS messaging. On a server1 where the Liberty Servers and MQ installed we referred the MQ libraries as below and it's working fine. However, we are not sure from server2 when we make connection to MQ we are using client transport type with port number. How to refer the below MQ libraries on the server2 server.xml? Any help or guidance on this? Thanks

server.xml from server1

server2 JMS connection <properties.wmqJms transportType="CLIENT" hostName="Host1" port="9001" channel="SYSTEM.DEF.SVRCONN" queueManager="QM1"/>

1 Answers
Related