On 09/10/2013 12:25 AM, Rajesh Khan wrote:
Is there anyway for qpid to know that the sender has disconnected even if
the sender does not elegantly disconnect by code ?

The broker certainly knows that the sender has disconnected. To tie the life of the node to that of the sender you require some way to express that association.

In AMQP 0-10 the only way to do so is really to declare the queue as exclusive and auto-delete, which isn't really what you want and wouldn't work for exchanges (i.e. 'topic nodes') anyway.

In AMQP 1.0 a sender has a link to the node, and providing the node is created when that link is established you can tie the life of the node to the life of that link.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to