In general, a MDB listens to a single Queue. JBoss allows you to allocate as many MDB instances per queue as you want. Each instance has its own thread.
You could have one MDB deployed per queue, or 1000 per queue, or the same MDB class listening to different queues. You can't have a single MDB instance listening to multiple queues, but could use the same MDB class. Take a look at some ejb-jar.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848252#3848252 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848252 ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
