5 Replies Latest reply on Apr 19, 2012 1:38 PM by sergiu_pienar

    Non-ACK'ed messages

    sergiu_pienar

      Hi,

       

      Using JBoss 5.1.0.GA with HornetQ 2.1.2 Final.

       

      Scenario :

       

      Sending messages ... doing business logic.

       

      Consuming the messages using consumer.receiveNoWait() (not using MDB's).

      If the logic is successful - > programatically acknowledge message, otherwise do nothing on the message.

       

      At server restart does HornetQ redeliver the non-ACK'ed messages ?

       

      Thank you.