3 Replies Latest reply on May 17, 2013 2:52 PM by dtserekhman

    ActiveMQ RedeliveryPolicy not effective

    jduncan

      Hi, I'm using Fuse ESB 4.4.1 with AMQ 5.5.1, and I'm trying to configure the RedeliveryPolicy on my ActiveMQConnectionFactory, primarily to increase the time between redeliveries.  However, this policy doesn't change the way redeliveries behave.  Is there something I'm doing wrong in my configuration?

       

      ConnectionFactory bean:

      -


       

      -


      This is a transacted Camel route, where the ActiveMQComponent is set up thus:

      -


       

      -


      Is there something wrong with this configuration?

       

      Thanks