users@glassfish.java.net

Re: Problems With Message Driven Bean Threading

From: <forums_at_java.net>
Date: Tue, 2 Aug 2011 11:00:13 -0500 (CDT)

I have replicated this problem by creating two MDB, both listening on
different queues. MDB1 onMessage simply takes the message from the queue and
places it on MDB2's queue then sleeps for an arbitrary amount of time. The
wierd thing is, MDB2 will not execute its onMessage until MDB1 has finished
sleeping and completed its entire onMessage method.

Have been able to replicate this on Red Hat Enterprise Server 5 but not on
Ubuntu.

I'm open for suggestions.

 

Thanks


--
[Message sent by forum member 'rpickens']
View Post: http://forums.java.net/node/828549