Skip to content

io.helidon.messaging.connectors.jms.Type

Description

This type is an enumeration.

Allowed Values

ValueDescription
QUEUEQueue connection type, every message is consumed by one client only
TOPICTopic connection type, every message is delivered to all subscribed clients

See the manifest for all available types.