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