You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by appi03 <ar...@sparta.com> on 2007/10/23 22:05:28 UTC

network of Brokers

Hello,

I am trying to understand network of brokers. Please let me know if I on the
right track or not.

I have two machines on a different network. I create one embedded broker on
one machine and have a client connect to it. I do the same for the other
machine. Then I have a networkConnector configuration portion in both broker
configurations, which is how those two machines connect to each other.

does that sound like a right use case?


-- 
View this message in context: http://www.nabble.com/network-of-Brokers-tf4679979s2354.html#a13372429
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: network of Brokers

Posted by Vinod Venkatraman <vi...@gmail.com>.
Network of brokers ensure that ur messaging topology doesnt have a single
point of failure and distributes load across the network of brokers. 
If there is only a single broker and for some reason that broker goes down
then ur clients (producers/consumers) will not be able to send/receive new
msgs at all.
Further, ur producer can produce to one broker and consumers can consume
same msgs from another broker transparently (Store and Forward network of
brokers).  So ur Queues/Topics are distributed across brokers.

I use Network of brokers with static, discovery URIs.

http://activemq.apache.org/how-do-distributed-queues-work.html

Hope this helps.


appi03 wrote:
> 
> Hello,
> 
> I am trying to understand network of brokers. Please let me know if I on
> the right track or not.
> 
> I have two machines on a different network. I create one embedded broker
> on one machine and have a client connect to it. I do the same for the
> other machine. Then I have a networkConnector configuration portion in
> both broker configurations, which is how those two machines connect to
> each other.
> 
> does that sound like a right use case?
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/network-of-Brokers-tf4679979s2354.html#a13380424
Sent from the ActiveMQ - User mailing list archive at Nabble.com.