io.helidon.messaging.connectors.jms.JmsConfigBuilder
Description
Build Jms specific config
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
message- | String | JMS API message selector expression based on a subset of the SQL92 | |
named- | String | To select from manually configured jakarta. over Jms | |
destination | String | Queue or topic name | |
transacted | Boolean | false | Indicates whether the session will use a local transaction |
type | Type | QUEUE | Specify if connection is Type# or Type# |
jndi- | String | JNDI initial factory | |
password | String | Password used for creating JMS connection | |
poll- | Long | 50 | Timeout for polling for next message in every poll cycle in millis |
jndi- | String | JNDI name of JMS factory | |
topic | String | Use supplied destination name and Type# as type | |
acknowledge- | Acknowledge | AUTO_ | JMS acknowledgement mode |
jndi- | Map< | Environment properties used for creating initial context java.naming.factory.initial, java.naming.provider.url | |
jndi- | String | JNDI provider url | |
period- | Long | 100 | Period for executing poll cycles in millis |
queue | String | Use supplied destination name and Type# as type | |
session- | String | When multiple channels share same session-group-id, they share same JMS session | |
username | String | User name used for creating JMS connection |
See the manifest for all available types.