This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Websphere and the fly likes MQ API or JMS With MQ Series? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "MQ API or JMS With MQ Series?" Watch "MQ API or JMS With MQ Series?" New topic
Author

MQ API or JMS With MQ Series?

ravuthakumar gopalakrishnan
Greenhorn

Joined: Jun 09, 2003
Posts: 11
hi

i am new to MQ Series. i want to know
which API will work best with MQ Series?
i have two choices to go JMS and MQ API.
and also let me know any other similar api's available to do the same?

thanks for your time

Ravuthakumar
Steve Wink
Ranch Hand

Joined: May 13, 2002
Posts: 223
Originally posted by ravuthakumar gopalakrishnan:
hi

i am new to MQ Series. i want to know
which API will work best with MQ Series?
i have two choices to go JMS and MQ API.
and also let me know any other similar api's available to do the same?

thanks for your time

Ravuthakumar


JMS will be simpler, and have the added benefit that you'll be able to use your code on any jms provider if you ever wanted to. The only downside to this that I can see is that the jms spec omits a method for getting the depth of a queue, which can be useful, whereas with MQ you can get the depth.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: MQ API or JMS With MQ Series?
 
Similar Threads
what is mq skills
JMS
Does Weblogic Application Server has Built In JMS Server
IBM MQ Forum
Difference between JMS Queue and MQ queue