简体   繁体   中英

IBM MQ put and get messages via REST API

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

At the time of writing this answer, MQ V9.0.3.0 is the latest release of the MQ Continuous Delivery product stream. This version does not offer a REST API to put/get messages beyond that provided by the MQ bridge for HTTP (which was deprecated at MQ v8).

Are you a member of the IBM MQ Beta Programme? (It might be called the Early Access Programme, I can't remember).

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

There are lots of interesting things you can learn about what may be coming next and you'll have the opportunity to participate in shaping the plans and provided feedback on what you hear about!

根据您的用例,您可以尝试使用JMSToolBox ,该功能除其他许多功能外,还允许用户通过REST接口处理JMS消息。

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