Re: REQEST FEEDBACK Re: How to test the performance quid c++ broker

2014-07-29 Thread Alan Conway
On Mon, 2014-07-28 at 19:17 +0100, Fraser Adams wrote: > On 28/07/14 14:29, Alan Conway wrote: > > > > Based on discussion so far I am inclined to > > - make the default build type RelWithDebInfo > > - udpate cpp/INSTALL discussion of build types (it does mention > > Release/Debug already, I'll add

Re: Federation over SSL not working (0.28)

2014-07-29 Thread Gordon Sim
On 07/29/2014 03:52 PM, Wesley Holevinski wrote: It's my understanding that qpidd will spin up a client to pull messages from the src_broker when creating a queue route with federation. My assumption is that qpidd will use the /etc/qpid/qpidc.conf file to pull the ssl settings; Actually qpidd

Federation over SSL not working (0.28)

2014-07-29 Thread Wesley Holevinski
All, I'm attempting to get federation working over SSL and am getting the following error: Failed: SSL peer cannot verify your certificate. [-12271] (/builddir/build/BUILD/qpid-0.28-rc2/cpp/src/qpid/sys/ssl/SslSocket.cpp:156) I am already able to connect a C++ client, a java client, and a pyt

Re: C++ Client: SSL connection configuration

2014-07-29 Thread Andreas Welchlin
Thank you, Gordon! I added the CA-Certificates and it helped. Am 29.07.2014 um 14:05 schrieb Gordon Sim: On 07/29/2014 12:32 PM, Andreas Welchlin wrote: Hi All, currently I am trying to connect to a third party AMQP broker using a c++ client with qpid 0.28. The broker is configured to use s

Re: C++ Client: SSL connection configuration

2014-07-29 Thread Gordon Sim
On 07/29/2014 12:32 PM, Andreas Welchlin wrote: Hi All, currently I am trying to connect to a third party AMQP broker using a c++ client with qpid 0.28. The broker is configured to use ssl. The client uses a self signed certificate. This certificate is available in the broker. I created the

C++ Client: SSL connection configuration

2014-07-29 Thread Andreas Welchlin
Hi All, currently I am trying to connect to a third party AMQP broker using a c++ client with qpid 0.28. The broker is configured to use ssl. The client uses a self signed certificate. This certificate is available in the broker. I created the self signed certificate and added it into my ce