; connector1.setName("C2");
> connector1.setDuplex(true);
> connector1.setNetworkTTL(2);
>
> brokerService.start();
>
>
> When I try to connect the same broker to the second port 61613, it gives me
> an exception javax.management.InstanceAlreadyExistsException
>
> What am i
When I try to connect the same broker to the second port 61613, it gives me
an exception javax.management.InstanceAlreadyExistsException
What am i doing wrong. Can i use the same NetworkConnector object to connect
a broker with two other brokers.
Please reply?
--
View this message in context:
ht