hello,

i'm in the situation where i have to configure a network of brokers to build
a logical jms infrastructur over two different sides, let's call them side1
and side2. both sides have two activemq broker instances running.

so far i was able to setup several network of broker infrastructures but
they all where located in one side only and it allways were about two
instances only. i configured them to know each other in a statical manor.
here is a config snipe i'm using on these infrastructurs:

<networkConnectors>
        <networkConnector name="my-test-cluster"
                uri="static:(nio://the.other.host:61616)"
                dynamicOnly="true"
                prefetchSize="1000"
                conduitSubscriptions="true"
                decreaseNetworkConsumerPriority="true"
                networkTTL="1">
        </networkConnector>
</networkConnectors>

the new setup with the two sides will run four activemq instances and now i
wonder how to configure this scenario. should i make every instance aware of
all others what means that i would configure every instance to statically
know the other three?

i would be thankfull for any advice.

thx,

dirk
-- 
View this message in context: 
http://old.nabble.com/Looking-for-best-Network-of-Brokers-configuration-tp29055374p29055374.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to