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
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