Hi,

I'm trying to set up two concurrent receiver links on the same broker: one
to listen to messages from a queue (e.g. `test.queue`) as a
consumer/worker, another to listen to the same queue but with a
distribution mode of `copy` in order to passively track some information
without corrupting the behavior of the first consumer.  Is this possible?

It seems from preliminary testing that I can't guarantee the order that
these links are created, and therefore if the first receiver picks up the
message it will never be delivered to the passive copy receiver.  I
understand this is sort of a contrived scenario, but I'm not seeing in the
spec how I otherwise might give priority to a given queue. Perhaps qpidd
has some internal means of doing this?

Regards,
Matt

Reply via email to