Delete the section that has the "telemetry" "in". Otherwise the router will connect and read messages from that address thus competing with your other consumers.
The phase numbers help stage message flow through the router. Since there is only one autoLink, don't specify a phase in the config. Then the default phase for an out autoLink will be applied. ----- Original Message ----- > From: "Icipher" <[email protected]> > To: [email protected] > Sent: Tuesday, February 12, 2019 6:59:04 AM > Subject: Re: Forward messages from ActiveMQ to RabbitMQ via Qpid Dispatch > Router > > I don't want them to be divided between the two brokers. > I want them to go to ActiveMQ and then to be forwarded to RabbitMQ. > Sorry I didn't understand the part of competing with consuming links. With > phase out = 1, mybroker would act as a consumer? Is that right? > Thanks for helping me :) > > > > -- > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > 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]
