When you say 'stop the broker' do you mean send a STOP signal, or shut it down?
I'm stopping the broker using "qpidd -q".
What version are you using and can you provide a reproducer? I see an exception being thrown if get() is called and the connection has been lost.
We're using qpid-cpp-client-0.7 (sorry for the wrong info in the original post).
I have a Receiver for an empty exclusive auto-delete queue. If I call get() with Duration IMMEDIATE on this Receiver after the broker was stopped, it still returns false instead of throwing.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
