我使用的是WSO2MB版本2.1.1。
我有两个ESB进程,它们使用持久订阅订阅主题队列。
现在,流程已经被重新部署,他们不能再听这个话题了。
在ESB日志中看到的:
TID: [0] [ESB] [2015-06-16 12:07:14,364] INFO {org.wso2.andes.client.AMQConnection} - Unable to connect to broker at tcp://localhost:5822 {org.wso2.andes.client.AMQConnection}
org.wso2.andes.AMQTimeoutException: Server did not respond in a timely fashion [error code 408: Request Timeout]在MB日志中看到的:
TID: [0] [MB] [2015-06-16 12:02:39,015] INFO {org.wso2.andes.server.protocol.AMQProtocolEngine} - Cannot subscribe to queue clientID:NewCaseUpdateLocation as it already has an existing exclusive consumer whilst processing:[BasicConsumeBodyImpl: ticket=0,
queue=clientID:NewCaseUpdateLocation, consumerTag=1, noLocal=false, noAck=false, exclusive=true, nowait=false, arguments=null]
{org.wso2.andes.server.protocol.AMQProtocolEngine}我如何重新注册这个订阅,或者强制删除旧的订阅?
在MB中,我无法注销注册,因为注册是从ESB完成的。
https://stackoverflow.com/questions/30864597
复制相似问题