Re: Random "local-idle-timeout expired" disconnections with Qpid Proton C++

2021-09-02 Thread Jiri Daněk
> > In particular, I am currently using Qpid Proton 0.33.0 (the C++ version) in My thought was to try some other versions of Qpid Proton. That is, 0.32.0 (should not be affected by PROTON-2422) and the current mainline (which should contain fix for

Re: Random "local-idle-timeout expired" disconnections with Qpid Proton C++

2021-09-02 Thread Gordon Sim
Is the broker disconnecting the client with the timed out error? Or is it the client disconnecting from the broker? My initial thought was that https://issues.apache.org/jira/browse/PROTON-2422 might be relevant, but that results in heartbeats *not* being sent by proton. Did you notice any such

Random "local-idle-timeout expired" disconnections with Qpid Proton C++

2021-09-02 Thread Francesco Raviglione
Dear all, I am writing as I am experiencing an issue with Qpid Proton and some specific AMQP brokers. In particular, I am currently using Qpid Proton 0.33.0 (the C++ version) in a project. In order to set up the client, I based my code on the examples available in the official documentation (like