What you described is the correct semantics for queues.  Sounds like what
you want is a topic.  Maybe you can try /topic/test.

HTH,
Roger

On Wed, Apr 8, 2009 at 7:40 PM, Richard Langly <
richard.ringo.lan...@gmail.com> wrote:

> When a message is sent to a queue, when is that data removed from the
> queue?
>
> I have multiple clients that are subscribed to/queue/test, but only
> one client is actually getting the data. Actually, it's like each
> client takes turns receiving messages. So if I send the numbers 1
> through 10 to the queue, one queue receives all even #'s, and the
> other queue get's all odd #'s. But I actually want both queue's to get
> all the data.
>
> Anyone have ideas about what's going on?
>

Reply via email to