+1

Gordon Sim wrote
> 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: 

> users-unsubscribe@.apache

> For additional commands, e-mail: 

> users-help@.apache





--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Any-way-for-topics-to-be-deleted-when-the-creator-shuts-down-tp7598017p7598288.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to