io.helidon.messaging.connectors.jms.Type
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
QUEUE | Queue connection type, every message is consumed by one client only |
TOPIC | Topic connection type, every message is delivered to all subscribed clients |
See the manifest for all available types.