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. The return value from the method is "localhost". The problem is that when you try to add a second one, the names conflict because that one is also called "localhost" and an exception is thrown. It doesn't appear that there is any addNetworkConnector or addConnector methods that also take a name for the connector, are there? Is there any other way to do this?
I'm using Fuse ESB 4.2 and can no longer access the broker directly like I could in Fuse ESB 3.x. Ryan