Hi Joe,
> The static:// scheme for the brokers should be the right approach. You
can
> disable the 'WARN' reconnect messages by changing the severity level,
in
> the log4j.properties file, from INFO to ERROR like this.
>
> log4j.rootLogger=ERROR, stdout, out
Thanks for your reply. I know how to
he BETFAIR LOGO are registered trade marks of
> The Sporting Exchange Limited.
>
>
>
>
> ____________________
> In order to protect our email recipients, Betfair Group use SkyScan from
> MessageLabs to scan all Incoming and Outgoing mail for viruses.
>
>
>
>
--
View this message in context:
http://www.nabble.com/Configuring-a-network-of-master-slave-pairs-tf4712893s2354.html#a13473778
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Hi all,
I am trying to set up a simple network of two logical brokers, say A and
B, in which each logical broker is a (JDBC) master/slave pair, say A1 &
A2 and B1 & B2. I need to send messages only from A to B (and not B to
A): producers are connected to A and consumers are connected to B. I
want