I am using Tomcat & OpenEJB 3.1.4.Working with Message Driven Bean(EJB 2.0 - MDB) to recieve messages from MQ.What all configuration or Setup I need to do with OpenEJB-Tomcat to recieve messages via MDB ?

link|improve this question
feedback

1 Answer

While using the JMS api, to configure the topic/queue to listen to, you could add an entry in the openejb.xml as shown in topic/queue section here

The configuration syntax is like key=value (property-file like syntax) inside an xml file.

link|improve this answer
I'm not sure, more configurations might be required. Meant the answer as a pointer.. – stratwine Jan 7 at 12:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.