On 8/8/06, Anders Bengtsson <[EMAIL PROTECTED]> wrote:
Hi,

I'm trying to create a network of brokers mostly for distributing messages
from one producer to lots of consumers. The producer and half of the
consumers are on one network (A) and the rest of the consumers are on
another network (B). Between A and B is a slow connection.

We want to minimize the number of messages over the slow link, so we don't
want any consumers in B to connect directly to a broker in A. I figured a
network of brokers could solve this.

Yes


The brokers will create points of failure on the way to the consumers in B,
so I'll need redundant brokers. How would I configure multiple redundant
brokers in both networks, but still minimizing the number of messages
between A and B?

Just run 2 brokers on each side of the slow link so that things will
failover if one of the dies?

--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to