"[email protected]" wrote : | Why aren't these queued defined when you define the Message Driven Bean? | Queues (or topics) are part of the JMS configurations and are independent of EJB3. MDBs are just one way of listening to such destinations. As such, creation of destinations isn't part of the MDB responsibilities.
"[email protected]" wrote : | Is there a way to use annotations to define the queues instead of using this xml file? | | Not that i know of. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263389#4263389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263389 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
