Oops, a typo in the commands: qpid-route dynamic add train3 train2 amq.direct qpid-route dynamic add train2 train1 amq.direct
(I.e. creating routes train1 -> train2 -> train3 and sending a message to train1). ----- Original Message ----- > From: "Pavel Moravec" <[email protected]> > To: [email protected] > Sent: Monday, May 14, 2012 3:31:36 PM > Subject: Chain of dynamic routes does not work? > > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
