Hi,
Were using QPid 0.5 and found a peculiar behaviour. Were
wondering why thats happening.
When the queue has elements, say 100, and we instantiate N
consumers, say 5, only the first one receives those elements on the queue.
Should we send new elements, they will be distributed among all the
consumers, but the old ones will be delivered only to the first consumer
(which we called internally the hero as it gets pretty stressed trying to
come up with the backlog).
Is this a bug, a known issue or not an issue at all but a
required behavior? If its a bug, is it fixed on the 0.6 release?
Thanks,
Acácio.