[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Bounding the number of threads created by the MDB contai

ovidiu.feodorov@jboss.com do-not-reply at jboss.com
Mon Jun 9 17:34:56 EDT 2008


All you need is to maintain the order of the deliveries relative to a session. It doesn't really matter what thread runs a delivery, whether is the same thread or different thread, as long as the relative order is preserved. 

"Booking" a thread for each session, while it is a solution that works at a small scale, breaks down when the problem grows in size. 

As long as you agree with this, solutions can be found. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156845#4156845

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156845



More information about the jboss-dev-forums mailing list