Hi all,
I am working on a web based application I need to write code to consume off a queue. But we do NOT want to use any
EJB's. MQSeries is the messaging product.
I have the following questions
[1] What are my options to write the message consumer without using EJB's?
[2] Has anyone used the Apache Commons messenger API?
http://jakarta.apache.org/commons/sandbox/messenger/ If so what is the review for the product?
Thanks in advance for the help.