Re: Geronimo JMS configuration

2007-10-10 Thread Matt Hogstrom
The ra was updated last week and is included in 2.0.2 as well as trunk On Oct 4, 2007, at 1:32 PM, David Jencks wrote: After more investigation I discovered that you can set these particular properties on the ActivationSpec in the mdb configuration as well, and I've updated the amq docs to

Re: Geronimo JMS configuration

2007-10-05 Thread Jochen Zink
THanks for your help! Regards JOchen -Ursprüngliche Nachricht- Von: user@geronimo.apache.org Gesendet: 05.10.07 01:48:10 An: user@geronimo.apache.org Betreff: Re: Geronimo JMS configuration Thank you for your explanations. Regards, Marcin David Jencks wrote: After more

Geronimo JMS configuration

2007-10-04 Thread Jochen Zink
Hello, I have a simple JMS Queue and a MessageDriven Bean. The Bean retreices Messages, which are sended to te JMS Queue. If the MDB throws an exception, no acknoledge is sended to the Queue. The Message while be redelievered after a very short time. This time is to short. Is it possible to

Re: Geronimo JMS configuration

2007-10-04 Thread Marcin Waldowski
Hello. I just doing the same :) We need to change Redelivery Policy of ActiveMQ. I found some information about this: http://activemq.apache.org/redelivery-policy.html In ActiveMQ source code in class \src\main\java\org\apache\activemq\RedeliveryPolicy.java you can easy find what this

Re: Geronimo JMS configuration

2007-10-04 Thread David Jencks
Due to https://issues.apache.org/jira/browse/GERONIMO-3480 at the moment to configure these properties you have to rebuild the geronimo- activemq-ra module with a modified ra.xml that includes the properties you want to configure. Maybe we can post an enhanced rar somewhere soon with all

Re: Geronimo JMS configuration

2007-10-04 Thread David Jencks
After more investigation I discovered that you can set these particular properties on the ActivationSpec in the mdb configuration as well, and I've updated the amq docs to point this out... http://activemq.apache.org/activation-spec-properties.html

Re: Geronimo JMS configuration

2007-10-04 Thread Marcin Waldowski
Thank you for your explanations. Regards, Marcin David Jencks wrote: After more investigation I discovered that you can set these particular properties on the ActivationSpec in the mdb configuration as well, and I've updated the amq docs to point this out...