I setup a client which sent 1k persistent messages to a queue, with no
consumers attached.  Then started up one consumer (MDB), which started to
consume messages as it should.  I then started up a second (also a MDB)
which attached and then just sat there, even though there are still hundreds
of messages to consume.

I then sent another 10 messages to the queue and the second consumer woke up
to process some of the 10 (not sure how many it actually did), then became
idle once those messages were processed.

I ran this test, because before I noticed that if I ran this test the first
consumer would just sit there, which seems to have been fixed.

Any ideas on why the second consumer would not see any of the messages from
the first round?

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to