IBM MQ put and get messages via REST API

时间:2017-10-12 09:51:52

标签: java rest ibm-mq

I want to removed the ibm.mq.client lib dependencies for get and put messages in to IBM MQ. So i hope to make REST call for put and get messages.

I went through WebSphere MQ bridge for HTTP this is not worked for me, This will gave to me WebSphere Application Server dependence(not able to deploy on the Apache tomcat server). could please let me know how can i use reset API call to get and put message to IBM MQ with out ibm lib/server dependence

2 个答案:

答案 0 :(得分:1)

在撰写本回答时,MQ V9.0.3.0是MQ Continuous Delivery产品流的最新版本。此版本不提供REST API来放置/获取超出MQ桥接器为HTTP提供的消息(在MQ v8中已弃用)。

您是IBM MQ Beta计划的成员吗? (它可能被称为早期访问计划,我不记得了)。

http://www-05.ibm.com/uk/earlyprograms/

有很多有趣的事情你可以了解下一步可能会发生什么,你将有机会参与制定计划,并就你所听到的内容提供反馈!

答案 1 :(得分:0)

根据您的使用情况,您可以尝试JMSToolBox,在许多其他功能中,允许用户通过REST接口处理JMS消息