HSQLDB and Spring config?

2007-07-19 Thread Dave Syer
I can see here (http://activemq.apache.org/jdbc-support.html) that HSQLDB is a "supported" platform, and I can see the HsqlJDBCAdapter class in my classpath. BUt I don't get how to configure AMQ to work with an HSQLDB database. I tried it and got an SQLException to do with invalid SQL ("SELECT .

Re: Database Locking issues

2007-07-19 Thread Dave Syer
How do you disable the exclusive lock? Ideally a solution involving Spring configuration works best for me. I am trying to do the same thing as the original post (where the platform was pretty obviously HSQLDB, by the way). I guess the HSQLDB support isn't as complete as it might be? Or Am I

Re: Messages dont get redelivered till broker restart - expected behaviour?

2007-03-25 Thread Dave Syer
ss2 wrote: > > is that the normal behaviour for ActiveMQ? > It depends on whether your session is transactional and if it is being committed or rolled back. If you never commit or rollback the session, then I guess this might be the expected behaviour. When you say "messages are re-delivere

Does activemq-dotnet have a vm://localhost broker URL option?

2007-03-21 Thread Dave Syer
Setting brokerURL=vm://localhost is great for testing on the Java side. Is there an equivalent in .NET? It seems that vm: is not recognised by AMQ and it tries to create a socket connection with that protocol and fails: TestApplication.MessageTests.SendAndReceive : System.ArgumentOutOfRangeE

Re: [Spam: 5.0] NMS distribution missing?

2007-03-20 Thread Dave Syer
James.Strachan wrote: > > Yeah, we've got Spring.Net working nicely for NMS... > http://springnet.cvs.sourceforge.net/springnet/Spring.Net.Integration/projects/Spring.Messaging.Nms/ > Yeah thanks I saw that on your comment on Mark's article, so I can browse the source code. Sorry to ask this

Re: [Spam: 5.0] NMS distribution missing?

2007-03-20 Thread Dave Syer
If it helps, I managed to locate the source code and build it no problem at https://svn.apache.org/repos/asf/activemq/activemq-dotnet/trunk. It looks pretty good so far (but I wish the web site was more helpful / had fewer bugs). Did you see Mark Pollack's article on InfoQ as well (might be usef

NMS distribution missing?

2007-03-18 Thread Dave Syer
Is the NMS part of AMQ still active? I can see the website at http://activemq.apache.org/nms.html, but the links to the source repo, build instructions and installation guides all seem to be missing or wrong. Is anyone using it? -- View this message in context: http://www.nabble.com/NMS-distri