简体   繁体   中英

MuleSoft + IBM MQ connection

I have been trying to create an application that can send XML data into the Queue that I have created in IBM MQ and be able to browse the queue length and the messages available. I am not finding good tutorials to the do that. All this has to be achieved using MuleSoft ESB. I hope someone can help me in this regard.

Start with WMQ Example and che, the WMQ Transport Reference . That transport hasn't changed much since 3.5, so, it should work with newer Mule versions.

使用Mule进行WMQ的配置很容易,我已经为wmq 7.5版本完成了它的设置,给了端口(默认为1414),并且对于不同的队列管理器有所不同,您可以在WMQ连接器中检查dos

find the link given which can help you to config IBM MQ with Mule

https://www.ricston.com/blog/websphere-mq-mule/

if you put WMQ as out bound you can able to send the xml to youe queue

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM