Re: JDBC store in Qpid-Java broker

2013-01-25 Thread Phil Harvey
Hi Michal, Yes, that is correct. As you probably guessed, the empty section in the documentation is there because this store has been considered in the past but not fully implemented. The Derby store actually only has a light dependency on Derby and would only require very minor changes to work

Re: FYI - compile warning in Variant.cpp on Windows Visual Studio

2013-01-25 Thread Andrew Stitcher
On Thu, 2013-01-24 at 00:26 +, Steve Huston wrote: > The following warning is currently seen when building C++ Qpid in Release > mode on Windows (all of Visual Studio 2012, 2010, 2008): > > Compiling... > Variant.cpp > > ..\..\qpid\cpp\src\qpid\types\Variant.cpp(125) : warning C4146: unary m

Re: Could somebody *please* explain Java Connection URLs...:-)

2013-01-25 Thread Fraser Adams
Hi Pavel, Thanks so much for the reply! So I'm thinking that this has always been the case with Java (despite the Jira referring to 0.18)? I'm thinking this is why I always ended up using guest:guest@ URLs when I started out, but it was a long time ago :-) You mention in the Jira comments at

Re: Could somebody *please* explain Java Connection URLs...:-)

2013-01-25 Thread Pavel Moravec
Hi Fraser, there is a bug in Java client disallowing no credentials option, see https://issues.apache.org/jira/browse/QPID-3396. Kind regards, Pavel - Original Message - > From: "Fraser Adams" > To: users@qpid.apache.org > Sent: Friday, January 25, 2013 11:07:29 AM > Subject: Could som

Could somebody *please* explain Java Connection URLs...:-)

2013-01-25 Thread Fraser Adams
It's a little embarrassing 'cause I've kind of been using these for a couple of years, but as they are ever so slightly obtuse :-> I've generally been lazy/pragmatic and did copy'n'paste of things that have worked. Because of the various URL differences (the ones used by the python tools, th

JDBC store in Qpid-Java broker

2013-01-25 Thread Michal Zerola
Hello, what is the current state of the support for JDBC message store in Java Qpid broker? I do see the mention of the SQL store in Qpid documentation, but there is no more written (just the plain page): http://qpid.apache.org/books/trunk/AMQP-Messaging-Broker-Java-Book/html/Java-Broker-Stores.h