io.helidon.messaging.connectors.jms.AcknowledgeMode
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
AUTO_ | Acknowledges automatically after message reception over JMS api |
CLIENT_ | Message is acknowledged when org. is invoked either manually or by org. policy |
DUPS_ | Messages are acknowledged lazily which can result in duplicate messages being delivered |
See the manifest for all available types.