On 7/18/06, avin98 <[EMAIL PROTECTED]> wrote:
Hi, I have a design such that my MDB is a long lived conversation.
Try using Message Groups... http://incubator.apache.org/activemq/message-groups.html and setting the JMSXGroupID of each message to be the 'long lived conversation ID' to ensure each message goes to the same consumer each time. -- James ------- http://radio.weblogs.com/0112098/
