Connectinfg a Broker to Multiple Brokers

2009-10-05 Thread vivekarora
Hello, I am trying to develop a network of Brokers in which one broker is connected to two other brokers. I am using NetworkConnector to connect. I am using the following code :- BrokerService brokerService=null; brokerService.setBrokerName("broker1"); brokerService.setPersistent(false); brokerS

Re: Connecting a Broker to Multiple Brokers

2009-10-08 Thread vivekarora
Hi, Thank You for Your Help... It is working now..I am able to make a cluster of brokers. I need to ask one more thing. I am now working on the providing Authentication to the broker connections. I ma using SimpleAuthenticationplugin on the side where the broker only uses TransportConnector. I am