Hello community
Has anyone tried connecting to IBM Cloud MQ via camel jms component? I see
it needs an implementation of javax.jms.ConnectionFactory.
One of the implementations provided of above interface by IBM
is com.ibm.mq.jms.MQConnectionFactory. The MQ cloud provides following
information with a username and an api key

"platform": "ibmmq-on-cloud",
"queueManagerName": "DEVMGR",
"hostname": "*****.mq.appdomain.cloud",
"listenerPort": 31176,
"logPort": 32301,
"applicationChannelName": "*****.APP.SVRCONN",
"adminChannelName": "*****.ADMIN.SVRCONN",
"deploymentLocation": "bmx-us-south",
"webConsoleURL": "
https://web-devmgr-2e26.qm.us-south.mq.appdomain.cloud/ibmmq/console";,
"messagingREST": "https://
**********.qm.us-south.mq.appdomain.cloud/ibmmq/rest/v1/messaging/qmgr/DEVMGR/queue/(queue_name)/message",
"adminREST": "https://
*****.qm.us-south.mq.appdomain.cloud/ibmmq/rest/v1/admin/qmgr/DEVMGR"

I was wondering if anyone has used camel jms component to connect with
above information. If so, it would be helpful if someone can explain how
the ConnectionFactory was configured.

I went through following link :
https://camel.465427.n5.nabble.com/Can-Camel-communicate-over-IBM-MQ-sender-receiver-channels-td4429050.html
but this doesn't look like a case where its connecting to cloud MQ.

Regards
Reji Mathews

Reply via email to