1 Reply Latest reply on Mar 19, 2008 9:09 AM by tranchida

    jms consumer recoveryInterval parameter

    tranchida

      I try to use the recoveryInterval parameter, like that

       

      <jms:consumer service="poc:Input" endpoint="endpoint"

      targetService="poc:PocEIPProcess" destinationName="InputQueue"

      connectionFactory="#connectionFactory"

      transacted="xa" recoveryInterval="60000"/>

       

       

      The parameter seem to be ignored and the message is immediately redelivery.

       

      I forgot to configure something ?