I have an MDB listener (onMessage), meant for listening for messages from a particular queue. I want the messages in the queue to be processed serially in the order in which they arrived. This means, I can't have multiple instances of the MDB listensing on this queue. So, I want to restrict the number of MDB instances listening to this queue to 1. Is this configurable in JBoss and how do I do this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924995#3924995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924995 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
