Broker redelivery kicks in when the client redelivery attempts are exceeded. The broker plugin intercepts the sendToDeadLetterQueue broker method.
I think you will need to disable the default redelivery policy on your clietns if you want < 6 attempts. Set jms.redeliveryPolicy.maximumRedeliveryDelay=0 on your broker url so that on the first rollback, the message will get send to the dlq and intercepted by the redelivery plugin, which will then apply the policy. Peek at some of the tests: org.apache.activemq.broker.BrokerRedeliveryTest On 13 January 2015 at 08:15, joeleclems <[email protected]> wrote: > No idea? Does someone use a redelivery policy and can send his configuration? > > Thanks > > Clément > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/activemq-xml-Embedded-Tomee-redeliveryDelay-tp4689728p4689836.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
