You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "Protzek, Holger" <Ho...@hypoport.de> on 2006/01/17 10:56:22 UTC

initialRedeliveryTimeout dosenÄt work with queues

I am using activemq 3.2.1, when I set the redelivery policy to the folowing

<redeliveryPolicy backOffMode="true" maximumRetryCount="100" initialRedeliveryTimeout="60000" backOffIncreaseRate="2"/>

the initialRedeliveryTimeout dosn't work. Are there any problems with initialRedeliveryTimeout and queues ?

Holger