The documentation of qpid::messaging::Session::close() says:

close <cid:[email protected]> () Closes a session and all associated senders and receivers.

But, if I do something like:
qpid::messaging::Session session=connection.createSession();
qpid::messaging::Receiver receiver=session.createReceiver("someaddress");
session.close();

then check receiver.isClosed(), i actually get "false". Which leads to the question in the subject...

Does anyone know more about this?

- Toralf


This e-mail, including any attachments and response string, may contain 
proprietary information which is confidential and may be legally privileged. It 
is for the intended recipient only. If you are not the intended recipient or 
transmission error has misdirected this e-mail, please notify the author by 
return e-mail and delete this message and any attachment immediately. If you 
are not the intended recipient you must not use, disclose, distribute, forward, 
copy, print or rely on this e-mail in any way except as permitted by the author.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to