Class AmqpModifiedFailedAndUndeliverableHere

java.lang.Object
io.smallrye.reactive.messaging.amqp.fault.AmqpModifiedFailedAndUndeliverableHere
All Implemented Interfaces:
AmqpFailureHandler

public class AmqpModifiedFailedAndUndeliverableHere extends Object implements AmqpFailureHandler
This nack strategy marking the message as modified and set the delivery-failed attribute to true, as well as the undeliverable-here flag to true.

The message will not be redelivered on the same node, but may be redelivered on another node.

See http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-modified.