Re: Dispatch router multi-hop topology

2014-06-17 Thread Chris Richardson
Aha, x-amqp-to works a treat. I'd tried adding the x-opt-qd.to option mentioned here https://qpid.apache.org/releases/qpid-dispatch-0.2/book/amqp-mapping.html but in retrospect that does look more like an internal router property. Many thanks! On 17 June 2014 13:29, Ted Ross wrote: > Hi Chris

Re: Dispatch router multi-hop topology

2014-06-17 Thread Ted Ross
Hi Chris, You may have run afoul of https://issues.apache.org/jira/browse/DISPATCH-1 which was fixed after 0.2. Spout doesn't set the "to" field in the messages it sends, it puts the address in the target of the link. You can work around this by adding the following to the spout command line: -

Dispatch router multi-hop topology

2014-06-17 Thread Chris Richardson
Hi, I'm trying to get an example of a multi-hop topology working with qpid-dispatch 0.2 built against qpid-proton 0.28. The scenario is probably most simply described by plagiarising the config files from the tests/config-3-linear directory, which sets up a series of 3 sequentially connected route