Hello,
We are running Artemis in a clustered setup with three nodes. We have a load 
balancer in front of the nodes. 

We want a durable subscriber to be unaware of which node it connects to. So if 
the durable subscriber loose connection to instance nodeA, it can connect to 
nodeB (which it hasn’t been connected to before) and get all messages published 
meanwhile it was disconnected.

How can we achive this? We have tried with predefined adresses and queues, 
message-load-balancing set to STRICT. But then the messages are round-robined 
between the nodes which the subscriber has been connected to. And the 
subscriber need to connect to all of these nodes to get all messages published 
meanwhile offline.

For previous versions of apache active mq, i see there is the concept of 
virtual destinations and network of brokers. But I do not find this for 
Artemis. 

Thanks for input! 

Brgds
Magnus Andersson 

Reply via email to