users@glassfish.java.net

jms queue question

From: <glassfish_at_javadesktop.org>
Date: Mon, 05 May 2008 18:18:46 PDT

If consumers connect to an empty message queue, then they will compete for new messages sent to that queue (no problem there). But, if first some messages are sent to the queue and then multiple consumers connect, all the messages are processed sequentially by the first consumer and the rest hangs on the receive method until some new messages are placed in the queue. How to change this? Is this supposed to work this way? I'm using GF bundled with NB 6.1.
[Message sent by forum member 'placek' (placek)]

http://forums.java.net/jive/thread.jspa?messageID=272868