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.