I have two enterprise applications (i.e. 2 .ear files) that I need to deploy into a single JBoss server instance. I have two message driven beans that I need to deploy in each app. The two MDB instances are identical (package, class name, EJB name, etc.) with the exception of a couple of lines of code. Each MDB listens to separate MQs (as specified in their deployment descriptors).
Once I deploy my to EAR files, I pump a message into queue #1 and MDB #1 gets called. If I pump a message into queue #2, MDB #1 still gets called. MDB #2 *never* gets called. How can this be given that MDB1 is configured to listen to Q1 and MDB2 is configured to listen to Q2? Why does JBoss deliver messages from Q2 to MDB1 for processing? Any help would be greatly appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848495#3848495 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848495 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
