Sample for connection configuration from IBM Websphere Liberty
It would be great to have a config sample to connect from IBM Websphere Liberty to the development configuration. I've been trying to connect with no avail with this XML in the server.xml:
<jmsQueueConnectionFactory id="qcf" jndiName="jms/qcf"> <properties.wmqJms port="1414" queueManager="*CUSTOMMQNAME*" hostName="*MQSERVERNAME*" channel="DEV.APP.SVRCONN" transportType="CLIENT"/> <connectionPool id="ConnectionPool_MQ" purgePolicy="EntirePool"/> <containerAuthData user="app" password=""/> </jmsQueueConnectionFactory> <jmsQueue id="AuditQueue" jndiName="jms/AuditQueue"> <properties.wmqJms baseQueueName="DEV.QUEUE.1" CCSID="0" expiry="0" failIfQuiesce="true" persistence="PERS" priority="APP" putAsyncAllowed="ENABLED" readAheadAllowed="ENABLED" readAheadClosePolicy="ALL" receiveCCSID="1208" receiveConversion="QMGR" targetClient="MQ"/> </jmsQueue>