Re: ActiveMQ and addConnector, addNetworkConnector

2010-11-22 Thread Mark Wuwer
Hi, I found this posting when searching for issues with adding of multiple NetworkConnectors. The problem I have is that when I add the second connector I get the following exception: java.io.IOException: Network Connector could not be registered in JMX: org.apache.activemq:BrokerName=localhost,T

Re: ActiveMQ and addConnector, addNetworkConnector

2010-03-18 Thread Gary Tully
can you raise an issue for this, with the url you pass to addNetworkConnector. I see some of the networkConnectors override the getName method to make it unique but not all do. On 16 March 2010 15:41, Ryan Moquin wrote: > I was experimenting with adding network connectors to ActiveMQ through JMX

ActiveMQ and addConnector, addNetworkConnector

2010-03-16 Thread Ryan Moquin
I was experimenting with adding network connectors to ActiveMQ through JMX. There is either a problem with the addConnector and addNetworkConnector methods or there is something I'm missing. If you connect via JMX to ActiveMQ and call the addNetworkConnector JMX method, it works, the first time.