Ajai
Ajai

Reputation: 33

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 exception 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 ?

Upvotes: 0

Views: 351

Answers (1)

Udi Dahan
Udi Dahan

Reputation: 12057

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.

Upvotes: 2

Related Questions