Re: Connectinfg a Broker to Multiple Brokers

2009-10-06 Thread Dejan Bosanac
; 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

Connectinfg a Broker to Multiple Brokers

2009-10-05 Thread vivekarora
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