RE: Problems with VM transport

2007-03-25 Thread Manish Gulati
And for using no persistence, use the following Url: vm://localhost?broker.persistent=false CONFIDENTIALITY NOTICE This e-mail transmission and any documents, files, or previous e-mail messages appended or attached to it, may contain information that is confidential or legally privileged. If you

RE: Problems with VM transport

2007-03-25 Thread Manish Gulati
Hi, For JournalLockedException, include activeio-core-3.0-beta4.jar (you may have different version of this) in your classpath. Regards, Manish Gulati CONFIDENTIALITY NOTICE This e-mail transmission and any documents, files, or previous e-mail messages appended or attached to it, may contain inf

Re: Problems with VM transport

2007-03-25 Thread Christopher G. Stach II
[EMAIL PROTECTED] wrote: > Hello... > > I have a couple of basic questions on ActiveMQ. I would appreciate any hits > as I am stuck. > > I am using ActiveMQ 4.1 with JDK6. > > 1) When I use an embedded broker with vm transport (vm://localhost) > the instantiation of my Spring SimpleMessageListe

Re: Problems with VM transport

2007-03-25 Thread Steven Marcus
I can only speak to #3. There is a spelling error the URL should read: vm://localhost?broker.persistent=false I am using a Spring SimpleMessageListenerContainer on jdk1.6 on linux with 4.1.1RC1 without the issue you describe. I am fairly sure it worked with 4.1 too, with a non-persistent broker

Problems with VM transport

2007-03-25 Thread uma_rk
Hello... I have a couple of basic questions on ActiveMQ. I would appreciate any hits as I am stuck. I am using ActiveMQ 4.1 with JDK6. 1) When I use an embedded broker with vm transport (vm://localhost) the instantiation of my Spring SimpleMessageListenerContainer always fails with a JournalL

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