[jboss-user] [Messaging, JMS & JBossMQ] - Re: Asynchronous send to MDB

adrian@jboss.org do-not-reply at jboss.com
Wed May 16 12:29:24 EDT 2007


No it does not. It goes through at least two different threads before delivery to the MDB
1) A delivery thread the client side
2) A thread pool in the MDB

What you are probably seeing is an artifact of the OS scheduling of threads
where the sending thread on the server is not being scheduled ahead of the MDB threads.
I'll bet if you add a sleep() to the MDB you don't see this behaviour.

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

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



More information about the jboss-user mailing list