Is it possible to add a new transport connector to a broker post starting the BrokerService?
I'd like to start up a broker w/o any transports for vm:// use only, but may need to configure a transport (tcp or ssl) after the application is already up and using the broker, so it would be a pita to stop the broker add the transport connector and then start it again. Is this possible? If so any thing to watch out for here? --jason