RE: How to extract SSL_CTX in the ClientSslAsynchIO::startNegotiate() function in Qpid C++ client code

2012-01-23 Thread Hamid.Shahid
Hi Steve, Thanks for replying back. Please reply about following questions as well; Actually, I am trying to make a Qpid C++ client work on windows with a remote server (not developed by me). I have got a public key certificate from the server side and I have sent my public key to them. Now, I ne

RE: How to extract SSL_CTX in the ClientSslAsynchIO::startNegotiate() function in Qpid C++ client code

2012-01-23 Thread Steve Huston
Hi Hamid, The Windows SSL code uses Windows SChannel, not OpenSSL. I don't recall the details of how to add the features you want offhand, but it wouldn't be by using openSSL calls. -Steve > -Original Message- > From: Hamid.Shahid [mailto:hamid2...@hotmail.com] > Sent: Monday, January 2

How to extract SSL_CTX in the ClientSslAsynchIO::startNegotiate() function in Qpid C++ client code

2012-01-23 Thread Hamid.Shahid
Hi Everyone! I am trying to override the SSL connectivity in Qpid C++ client on windows, so that it can use the certificate files and private keys as it does with JMS. While debugging the code I came to the conclusion that I need to modify the code for /ConnectionSettings /to add more fields in it

Re: Qpid Java Broker High Availability solution?

2012-01-23 Thread Rob Godfrey
On 23 January 2012 15:39, Alan Conway wrote: > On 01/21/2012 03:15 PM, Rob Godfrey wrote: > >> So... don't get your hopes up too high... but I am going to look at >> utilising BDB's HA capabilities to implement some sort of Active-Passive >> HA >> solution... it looks like it shouldn't be *too* m

Re: Qpid Java Broker High Availability solution?

2012-01-23 Thread Alan Conway
On 01/21/2012 03:15 PM, Rob Godfrey wrote: So... don't get your hopes up too high... but I am going to look at utilising BDB's HA capabilities to implement some sort of Active-Passive HA solution... it looks like it shouldn't be *too* much work at first glance (non master nodes block on startup w