1

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 ?

Md Faraz
  • 307
  • 1
  • 4
  • 16

1 Answers1

0

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.

stratwine
  • 3,663
  • 2
  • 26
  • 32