Re: [VOTE] Release Qpid Dispatch Router 1.15.0 (RC1)

2021-02-08 Thread Chuck Rolke
+1 * downloaded and checked sha512 * built debug build using proton master@537d7af8f * passes all self tests * runs iperf over TCP adaptor on localhost - Original Message - > From: "Ganesh Murthy" > To: users@qpid.apache.org > Sent: Monday, February 8, 2021 10:41:17 AM > Subject: [VOTE]

[VOTE] Release Qpid Dispatch Router 1.15.0 (RC1)

2021-02-08 Thread Ganesh Murthy
Hello All, Please cast your vote on this thread to release RC1 as the official Qpid Dispatch Router version 1.15.0. RC1 of Qpid Dispatch Router version 1.15.0 can be found here: https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.15.0-rc1/ The JIRAs assigned are: https://issues.apac

Long-running tasks and Python BlockingConnection

2021-02-08 Thread Johannes Wienke
Hi, what is the intended way of supporting long-running tasks using a BlockingConnection in Python? Without calling the run method of the connection, my broker (ActiveMQ Artemis) terminates a client session after 60 seconds. I can call the run method and then the connections is kept alive. However