...
message.ack
= Sends a message ACK so the current message will be removed from the queue.message.nack
= Sends a message NACK so the current message will be returned to queue and the pipeline will be re-executed again after a while.message.drop
= Sends a message DROP so the current message will be removed from the queue and will be added to the default dead letter queue for this pipeline.
Retry parameters
Status | ||||
---|---|---|---|---|
|
Additionally when parameter autoack
is set to false
, you can configure the behaviour using these parameters on command message.receive
:
...