3 Replies Latest reply on Jun 13, 2008 12:12 PM by kconner

    How to disable redelivery for sync message call?

      Hi,

      Can anyone tell me how to disable redelivering message for sync call ? I want the client to get the response or error instead of redelivering message again.

      My client code:
      deliveryAdapter.deliverSync(requestMessage, 50000);

      I find if the message is failed to be delivered at the first time, it will be redelivered to DLQ. The later will deliever message again.

      Thanks for your help.

      Lihui