Description

This type is an enumeration.

Usages

Allowed Values

ValueDescription
AUTO_ACKNOWLEDGEAcknowledges automatically after message reception over JMS api
CLIENT_ACKNOWLEDGEMessage is acknowledged when org.eclipse.microprofile.reactive.messaging.Message#ack is invoked either manually or by org.eclipse.microprofile.reactive.messaging.Acknowledgment policy
DUPS_OK_ACKNOWLEDGEMessages are acknowledged lazily which can result in duplicate messages being delivered

See the manifest for all available types.