Re: SSL protocol

2015-03-20 Thread Kerry Bonin
On Windows QPID uses Microsoft SChannel, and you can manage the available protocols on a system-wide basis through the registry. You should disable SSLv3 and enable TLS 1.1 and 1.2 to defend against POODLE attack... On Fri, Mar 20, 2015 at 9:02 AM, Filipe Santos wrote: > Hi everyone > > Does an

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-21 Thread Kerry Bonin
Thx, I was using the 0.24 tag, should have checked trunk. Appreciate the help, I'll ping if I run into any issues! On Thu, Nov 21, 2013 at 12:59 PM, Andrew Stitcher wrote: > On Thu, 2013-11-21 at 12:37 -0600, Kerry Bonin wrote: > > I didn't see > /home/gordon/projects/

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-21 Thread Kerry Bonin
I didn't see /home/gordon/projects/qpid-svn-trunk/cpp/src/qpid/broker/management-schema.xml in the svn repo, where else could I look for it? thx... On Wed, Nov 20, 2013 at 8:05 AM, Gordon Sim wrote: > On 11/20/2013 01:33 PM, Kerry Bonin wrote: > >> Thanks! I'm absolu

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-20 Thread Kerry Bonin
ok for the best documentation that does exist? On Wed, Nov 20, 2013 at 4:19 AM, Gordon Sim wrote: > On 11/19/2013 11:09 PM, Kerry Bonin wrote: > >> Hello! I was just about to look them over, as I need access to queue >> loads >> on the brokers. If you are considering

Re: Please Read [was: Is anyone using the QMF C++ Agent and Console development libraries (libqmf2)?]

2013-11-19 Thread Kerry Bonin
Hello! I was just about to look them over, as I need access to queue loads on the brokers. If you are considering deprecating them, what would be the recommended way to access QMF data from the broker in a C++ client app? Kerry Bonin On Tue, Nov 19, 2013 at 3:08 PM, Ken Giusti wrote: >

Re: Is the class Receiver in QPID thread safe

2013-06-14 Thread Kerry Bonin
I was just considering wasting a bunch of time (building test frameworks) to figure out an answer to this same question - I'm hoping someone has a good answer! On Fri, Jun 14, 2013 at 1:22 PM, Connor Poske < connor.po...@onrampwireless.com> wrote: > I have a tangential question(s) regarding perf

Re: Broker SSL Config

2012-09-19 Thread Kerry Bonin
On Windows machines, the broker looks for a certificate with the FQDN of the server machine, by default in the "my" store under the LocalSystem account. If the machine is on a domain, this will include the full domain name. The clients MUST use this same FQDN to connect to the broker (as the unde

Re: [ANNOUNCE] Apache Qpid 0.18 released

2012-09-17 Thread Kerry Bonin
Hello Hamid! Just a note on this, as I'm using Windows + SSL. At the least you'll want to apply the patch in QPID-4257 < https://issues.apache.org/jira/browse/QPID-4257> - use the later version by Chuck Rolke as it fixes a case I missed in my first patch. We're still seeing some issues in our la

Re: [qpidd 0.18 win64] error Failed to initialise SSL listener

2012-08-31 Thread Kerry Bonin
We haven't seen this on any other of the ~ 60 other machines we're testing on yet, I posted my comment only after noticing someone else reporting an unexpected SSL error a few hours apart from my unexpected SSL error, but we're working on other issues and monitoring carefully to see if this appears

Re: [qpidd 0.18 win64] error Failed to initialise SSL listener

2012-08-29 Thread Kerry Bonin
I just saw SSL stop working on one of my dev systems which is set to automatically install updates. MMC shows my server cert as valid in the "my" store, QPIDD comes up without error and states its listening for SSL, but clients trying to connect via SSL now hang and the broker reports "2012-08-29

Re: Are you using Apache QPID in production?

2011-10-24 Thread Kerry Bonin
We're using it in several enterprise class projects over several product lines. Unfortunately we primarily deploy only on Windows platforms, which are treated as something of a second class citizen in the current (*nix dominated) developer community. Our biggest problems were broker fault toleran

Re: Detecting lost connection on a C++ Receiver

2011-08-15 Thread Kerry Bonin
Actually, using an explicit call to Session::hasError() is the only way I've found to expose some client library state data. I wish the library had callbacks for message receipt and state changes (broker connection lost, broker failover to <>), coupled with a nice signal-slot library we could simp

Is there a way to monitor and control client broker failover activity?

2011-06-24 Thread Kerry Bonin
We are experiences some issues with failover (reports that not all clients are failing over on primary broker failure), and would like to know if there is any way from the client library API to know when a failover occurs and to which broker the failover has occurred? On a related note, is there a

Re: Should I be using the messaging API?

2010-07-15 Thread Kerry Bonin
FWIW, we have a group here using it (the Python API) in a production system (along with the C++ API), although they did have various complaints, primarily around the lack of an callback model for the messaging API. On Thu, Jul 15, 2010 at 5:03 AM, Chris Howard wrote: >  Thanks for the information