开发者

Nservce bus outgoing queues

开发者 https://www.devze.com 2023-01-20 22:16 出处:网络
I have two subscribers listening to a publisher.All th queues are on the same machine.To make subscriber power off i deleted the input queue of one of the subsriber. I am getting one excepti开发者_如何

I have two subscribers listening to a publisher.All th queues are on the same machine.To make subscriber power off i deleted the input queue of one of the subsriber. I am getting one excepti开发者_如何转开发on in the generic host command output and no meesages are there in the Outgoing Queues. Is this behaviour is coz all things are in the same machine ?


To bring down a subscriber, just kill the process - no need to delete the queue. The reason you don't see pending messages in the outgoing queue is exactly because the queue is local.

0

精彩评论

暂无评论...
验证码 换一张
取 消