I am trying to configure quid-dispatch-router as a link between 2 brokers. I have the following setup:
- USA (AMQ Artemis - 10.21.1.10) - quid-dispatch in the middle - EU (AMQ Artemis - 10.21.2.10) Below is the config i am using as well as some output/logs; - qdrouterd .conf; https://github.com/garethahealy/jboss-amq-7-poc/blob/master/interconnect-vagrant/qdrouterd-link.conf - qdstat -a; https://gist.github.com/garethahealy/8738e883f062b9a1683498bf3793ae96 - qdstat --log; https://gist.github.com/garethahealy/cd9c0ac90cbaa35beebe96293652d868 I am sending and receiving messages via the python examples; - python /usr/share/proton-0.13.0/examples/python/simple_send.py -a 10.21.1.10:5672/jms.queue.first -m 10 - python /usr/share/proton-0.13.0/examples/python/simple_recv.py -a 10.21.2.10:5672/jms.queue.first -m 10 I start the receiver before sending and expect that the messages would flow from USA to EU via the router. But instead, the messages are produced to the USA broker, and stay there. There are no consumers attached to the USA broker, and there is 1 on the EU. Am i using the correct config to do what i want? -- View this message in context: http://qpid.2158936.n2.nabble.com/qpid-dispatch-link-between-brokers-tp7647791.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
