Re: QPID C++ Connection url

2021-06-28 Thread Gordon Sim
On Mon, Jun 28, 2021 at 7:43 PM rahul.sin...@morganstanley.com wrote: > On further debugging, we find that the SSL Connection is failing. The error > reported is - > [System] debug Exception constructed: Failed: NSS error [-8172] > (PATH_QPID_CPP1_39_0/src/qpid/qpid-cpp-1.39.0/src/qpid/sys/ssl/

RE: QPID C++ Connection url

2021-06-28 Thread rahul.sin...@morganstanley.com
Many thanks. On further debugging, we find that the SSL Connection is failing. The error reported is - [System] debug Exception constructed: Failed: NSS error [-8172] (PATH_QPID_CPP1_39_0/src/qpid/qpid-cpp-1.39.0/src/qpid/sys/ssl/SslSocket.cpp:205) Which points to method SslSocket::finishConn

[VOTE] Release Qpid Dispatch Router 1.16.1 (RC1)

2021-06-28 Thread Ken Giusti
Folks, Please cast your vote on this thread to release RC1 as the official Qpid Dispatch Router version 1.16.1. RC1 of Qpid Dispatch Router version 1.16.1 can be found here: https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.16.1-rc1 To validate the integrity and signature of the tar f

Re: [VOTE] Release Apache Qpid Proton 0.35.0

2021-06-28 Thread Ken Giusti
+1 LGTM - dispatch (main) system tests pass (Fedora 32 & Ubuntu18.04.4) - oslo.messaging unit tests - pyngus unit tests On Fri, Jun 25, 2021 at 11:05 AM Robbie Gemmell wrote: > Hi folks, > > I have put together a first spin for a Qpid Proton 0.35.0 release, > please give it a test out and vote

Re: QPID C++ Connection url

2021-06-28 Thread Gordon Sim
On Mon, Jun 28, 2021 at 2:45 PM rahul.sin...@morganstanley.com wrote: > I don’t get url exception if I use example.xyz.com:5671 format. But still, I > receive Connect failed error. > > "caught std::exception Connect failed to amqp:ssl::example.xyz.com:5671 > Exceeded retries" > > At the moment,

Python tornado and qpid

2021-06-28 Thread Fredrik Hallenberg
Hi, I am trying to get the Python tornado container working with qpid proton 0.34. My goal is to create a tornado server that can also send and receive amqp messages using a timer tick. With the below example tornado server works fine but I am not able to run both ticks and amqp connection. If the

RE: QPID C++ Connection url

2021-06-28 Thread rahul.sin...@morganstanley.com
Hello, I don’t get url exception if I use example.xyz.com:5671 format. But still, I receive Connect failed error. "caught std::exception Connect failed to amqp:ssl::example.xyz.com:5671 Exceeded retries" At the moment, its not clear whether the above error indicates issues at TCP level or at

Re: [VOTE] Release Apache Qpid Proton 0.35.0

2021-06-28 Thread Timothy Bish
On 6/28/21 4:44 AM, Robbie Gemmell wrote: On Fri, 25 Jun 2021 at 15:55, Robbie Gemmell wrote: Hi folks, I have put together a first spin for a Qpid Proton 0.35.0 release, please give it a test out and vote accordingly. The files can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid

Re: [VOTE] Release Apache Qpid Proton 0.35.0

2021-06-28 Thread Robbie Gemmell
On Fri, 25 Jun 2021 at 15:55, Robbie Gemmell wrote: > > Hi folks, > > I have put together a first spin for a Qpid Proton 0.35.0 release, > please give it a test out and vote accordingly. > > The files can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton/0.35.0-rc1/ > > The JIR