Sending NACK to Rabbit MQ from Decisions

Sending NACK to Rabbit MQ from Decisions

Comments

  • Hi,
    Is it possible to send a negative acknowledge to a RabbitMQ server from Decisions (i.e. basic.nack or basic.reject)?

  • Hello,
    If the Message Handler being used is in the Get or Get and Remove mode, Decisions will auto-ACK every message.

    If the handler is in Lease or Lease w/Expire mode, Decisions will only ACK if the handlers Flow successfully completes. However, if the Flow throws an exception, Decisions is designed to send a Negative ACK. There is currently no step to send an ACK or NACK for a given RabbitMQ message.

Sign In or Register to comment.