[Error]Exception on Startup. Cannot start the broker.

2015-03-20 Thread Megala Uthayakumar
Hi all, I am getting following exception on start up, so that I cannot start the qpid server Exception during startup: org.apache.qpid.server.configuration.IllegalConfigurationException: No phase upgrader for version 3.0 org.apache.qpid.server.configuration.IllegalConfigurationException: No

Google SOC

2015-03-20 Thread Richard Li
Hi, It's probably a little late, but I thought I'd note that Google SOC student applications are due in a week. I noticed that there are no Qpid projects proposed for SOC: https://issues.apache.org/jira/browse/VXQUERY-131?filter=12330297 Richard

[ANNOUNCE] Apache Qpid 0.32 released

2015-03-20 Thread Justin Ross
The Apache Qpid community is pleased to announce the immediate availability of Apache Qpid 0.32. Apache Qpid (http://qpid.apache.org) is a cross-platform enterprise messaging solution which implements the Advanced Message Queuing Protocol (AMQP, http://www.amqp.org). It provides brokers written

Re: [Error]Exception on Startup. Cannot start the broker.

2015-03-20 Thread Keith W
Hello, The most likely cause is that you are downgrading from newer Java Broker release to a older one without first clearing the QPID_WORK location[1]. The version 3.0 of the configuration store was introduced by 0.32, so if you have used that release (or trunk) then try to run an older release,

Re: Website changes for the JMS client

2015-03-20 Thread Gordon Sim
On 03/19/2015 05:55 PM, Robbie Gemmell wrote: http://people.apache.org/~robbie/qpid/jms/0.1.0/website/ What do people think of the changes? Looks good to me! My main questions were around whether we should give a more prominent link on the download page for the old client for a bit longer

RE: Website changes for the JMS client

2015-03-20 Thread Steve Huston
I agree - it looks really good. -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Friday, March 20, 2015 9:27 AM To: users@qpid.apache.org Subject: Re: Website changes for the JMS client On 03/19/2015 05:55 PM, Robbie Gemmell wrote:

Re: SSL protocol

2015-03-20 Thread Chester
Based on https://issues.apache.org/jira/browse/QPID-6160, it does not appear to be configurable. Also no mentions in the broker book that I could find:

SSL protocol

2015-03-20 Thread Filipe Santos
Hi everyone Does anyone know if it possible for qpid broker and for qpid c++ client (I'm using 0.28) to define the SSL protocol? For example I want to say I want SSL 1.0, 2.0 or TLS 1.0. Best regards Filipe Santos

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 filipe.san...@coollink.pt wrote: