user881703
user881703

Reputation: 1199

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

Upvotes: 0

Views: 2296

Answers (2)

titou10
titou10

Reputation: 2967

Depending on your use case, you could give a try to JMSToolBox that, among many other features, allows the user to deal with JMS Messages via a REST interface

Upvotes: 0

a_cornish_pasty
a_cornish_pasty

Reputation: 816

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!

Upvotes: 1

Related Questions