Avatar

Correct answer by
Level 4
First, why are you using a MDB and JMSAdapter at the same
time? I mean if you want to use JMSAdapter to get JMS messages and
pass it to Flex clients, then that's fine by itself, but I don't
understand why you're introducing the MDB into the equation.



Second, in JMS queues, there is only JMS sender and 1 JMS
receiver. When a message is sent from the JMS server, only 1 JMS
receiver is supposed to receive it. So when you're using MDB and
JMSAdapter at the same time to listen for the same queue, it's not
surprising that only MDB receives the message.

View solution in original post