Nservce bus outgoing queues
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.
精彩评论