Could you submit a JUnit test case that demonstrates your issue please?
http://incubator.apache.org/activemq/support.html
On 8/8/06, venu <[EMAIL PROTECTED]> wrote:
I am trying to figure out how i can set the redelivery options to redeliver
the messages. I am using ActiveMQ 4.0.1 with Jencks 1.2. Here is the snippet
of code i am using to set the re delivery options in the Jencks
configuration. I am doing the transaction rollback when there is any
exception but i don't see message is being redelivered.
Is anyone able to make the redelivery work using ActiveMQ 4.0.1 with Jencks?
<bean id="jmsResourceAdapter"
class="org.apache.activemq.ra.ActiveMQResourceAdapter">
<property name="serverUrl">
<value>@@transport.url@@</value>
</property>
<property name="initialRedeliveryDelay">
<value>30000</value>
</property>
<property name="maximumRedeliveries">
<value>5</value>
</property>
<property name="redeliveryUseExponentialBackOff">
<value>true</value>
</property>
<property name="redeliveryBackOffMultiplier">
<value>2</value>
</property>
</bean>
Thanks,
Venu.
--
View this message in context:
http://www.nabble.com/ActiveMQ4.0.1-%2B-Jencks-1.2-Redelivery-Policy-tf2074242.html#a5711799
Sent from the ActiveMQ - User forum at Nabble.com.
--
James
-------
http://radio.weblogs.com/0112098/