Hello qpid users,
I am trying to send a message over multiple dynamic routes but I fail so.

Trivial setup:
* 3 nodes train1, train2 and train3

* create dynamic routes train1 -> train2 -> train3:
qpid-route dynamic add train1 train2 amq.direct
qpid-route dynamic add train2 train3 amq.direct

* On each broker, create a queue and bind it to the amq.direct exchange:
(node1):
qpid-config add queue train1
qpid-config bind amq.direct train1 train1
(do the above analogously on train2 and train3)

* Try to send a message to "amq.direct/train3" address to train1 broker. 
amq.direct exchange on train1 drops it.

Why the exchange dropped the message? Or is dynamic route restricted in the 
"forwarding" of bindings from destination broker to source broker to "one hop" 
only?

Thanks in advance for your feedback.

Kind regards,
Pavel



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to