On 22/01/18 15:05, andi welchlin wrote:
Qpid.trace.id would be found in the message header, I think.
Correct (with AMQP 1.0 it's in the message-annotations)
So this would break anonymity.
If by anonymity you mean there can be no way to distinguish which broker
it arrived at first, then thi
Hello Gordon,
thank you for your answer.
I forgot to mention that messages need to be anonymous in my environment,
as well :-)
Qpid.trace.id would be found in the message header, I think. So this would
break anonymity.
Any ideas?
Kind Regards,
Andreas
On Mon, Jan 22, 2018 at 3:13 PM, Gordon
On 22/01/18 13:24, andi welchlin wrote:
Hello all,
I want to share an exchange between two brokers (bidirectional).
I understood that the right way to do this is using a dynamic route like:
qpid-route dynamic add $broker1 $broker2 $exchange_name
qpid-route dynamic add $broker2 $broker1 $exchan
Hello all,
I want to share an exchange between two brokers (bidirectional).
I understood that the right way to do this is using a dynamic route like:
qpid-route dynamic add $broker1 $broker2 $exchange_name
qpid-route dynamic add $broker2 $broker1 $exchange_name
I also want to achieve that no m