Re: QPID Proton 0.19 connection.close() does not close remote connection

2018-02-22 Thread Gordon Sim
On 22/02/18 07:53, andi welchlin wrote: Hello Gordon, thank you for the hint. This was exactly what I needed. Now I call close and in the method on_connection_closed() I stop the container. The connection is then closed remotely. Would be nice to reflect this in the Proton examples. When the

Re: QPID Proton 0.19 connection.close() does not close remote connection

2018-02-21 Thread andi welchlin
Hello Gordon, thank you for the hint. This was exactly what I needed. Now I call close and in the method on_connection_closed() I stop the container. The connection is then closed remotely. Would be nice to reflect this in the Proton examples. Kind Regards, Andreas On Wed, Feb 21, 2018 at

Re: QPID Proton 0.19 connection.close() does not close remote connection

2018-02-21 Thread Gordon Sim
On 21/02/18 21:33, andi welchlin wrote: Hello all, I connected a Proton MessagingHandler (Python3) to a QPID C++ Broker 0.37. I want to close the handler gracefully but I could not manage to do so. When I call connection.close() the state is afterwards: LOCAL_UNINIT, REMOTE_ACTIVE So it does