Package io.helidon.messaging.connectors.jms
Microprofile messaging JMS connector.
-
Interface Summary Interface Description JmsMessage<PAYLOAD> Message representing JMS message together with all the metadata.JmsMessage.CustomMapper<PAYLOAD> Mapper for creatingMessage
. -
Class Summary Class Description ConnectionContext Context related to one actual connection being constructed by JMS connector.JmsBytesMessage A JMS Bytes message representation.JmsConfigBuilder Build Jms specific config.JmsConnector MicroProfile Reactive Messaging JMS connector.JmsConnector.JmsConnectorBuilder Builder forJmsConnector
.JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD> Outgoing JMS message builder.JmsTextMessage A JMS Text message representation.SessionMetadata Metadata of the JMS session. -
Enum Summary Enum Description AcknowledgeMode Enumeration equivalent for JMS api'sSession.AUTO_ACKNOWLEDGE
,Session.CLIENT_ACKNOWLEDGE
andSession.DUPS_OK_ACKNOWLEDGE
constants.Type Type of the JMS connection.