1 Reply Latest reply on Aug 12, 2012 10:14 PM by gaohoward

    STOMP 1.1 - where do NACKed messages go?

    mjustin

      Stomp 1.1 so far works great with my Delphi client library (testing with 2.3.0.Alpha) - only one question came up:

       

      I have a test case which uses ack mode "client".

       

      A producer sends three messages to a queue and the client receives these three messages, but NACKs one of them.

       

      Now the client reconnects and tries to receive the NACKed message.

       

      But there is no more message in this queue. Are NACKed messages moved to a dead letter queue instead? (a /queue/DLQ is configured in the default config file)

       

      Many thanks in advance!

       

      Michael Justin