On 16/02/2021 14:02, Tom van den Berg wrote:
I'm currently working with qpid dispatch routers 1.15 and activeMQ
artemis and I would like to create a transparent router network. The
idea is that subscribers can connect to there local router and that
there is a router somewhere in the network that contains a connection to
a broker.
I managed to get it working with link routing (then a link route queue
is build up for every consumer) but I would like to get this working
with message routing. I have used autolinks to connect the router to a
broker, but as the documentation says, autolinks are a facade, they act
like a single consumer/producer and it doesn't matter how much clients
are connected to the router. The problem is that if there is a consumer
that is offline, this consumer will not receive the messages that are
send via the broker if there is another consumer for the same address.
That is why you need to use link routing, so that the broker sees each
consumer and creates a subscription queue for it. Message routing won't
work.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]