我使用嵌入式Broker和vm协议。只需使用java代码动态创建使用网络连接器的activemq集群。每当我添加新的网络连接器时,如何才能使这个新配置生效?
now, i used stop()/start() methods to stop/start `BrokeService` to implement these. but i think this is not the best solution. because this would impact my data transmission or result in data loss.