Transport Connection to: tcp://10.220.72.9:35104 failed: java.io.IOException: Unexpected error occured: org.apache.activemq.broker.BrokerStoppedException: Broker BrokerService[replicating-broker] is being stopped | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport:
public class BrokerStoppedException
extends IllegalStateException
This exception is thrown by the broker when you try to use it after it has been stopped.
在broker已经停止之后 仍旧尝试连接 就会抛出此错误。
本文介绍了在使用Apache ActiveMQ消息中间件过程中遇到的BrokerStoppedException异常。该异常会在尝试连接已停止的broker时触发,文章详细解释了此错误的原因及应对措施。

2259

被折叠的 条评论
为什么被折叠?



