Let us say I start broker1 and as soon as broker1 completes its start-up
procedure a consumer C1 starts listening on topic TOPIC1. After that,
broker2 starts and a couple of consumers C2 and C3 subscribe to TOPIC1 as
well. 

Broker1 and broker2 form a network of brokers with multicast discovery.
Cluster client updates and rebalancing feature is enabled through the
rebalanceClusterClients, updateClusterClientsOnRemove and
updateClusterClients properties. Network connector has duplex property set
to true. Now let us say that a producer P1 create a message on TOPIC1.

I would expect that every consumer (C1, C2 and C3) receive a copy of that
message, right? And I assume as well that the broker P1 is affiliated to is
immaterial, is it?

Thank you



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Network-of-brokers-theory-of-operations-tp4663748.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to