Description
Build Jms specific config.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
acknowledge-mode | VALUE | i.h.m.c.j.AcknowledgeMode | AUTO_ACKNOWLEDGE | JMS acknowledgement mode |
destination | VALUE | String | Queue or topic name | |
jndi-initial-context-properties | MAP | String | Environment properties used for creating initial context java.naming.factory.initial, java.naming.provider.url | |
jndi-initial-factory | VALUE | String | JNDI initial factory | |
jndi-jms-factory | VALUE | String | JNDI name of JMS factory | |
jndi-provider-url | VALUE | String | JNDI provider url | |
message-selector | VALUE | String | JMS API message selector expression based on a subset of the SQL92 | |
named-factory | VALUE | String | To select from manually configured jakarta.jms.ConnectionFactory ConnectionFactories over JmsConnector.JmsConnectorBuilder#connectionFactory(String, jakarta.jms.ConnectionFactory) JmsConnectorBuilder#connectionFactory() | |
password | VALUE | String | Password used for creating JMS connection | |
period-executions | VALUE | Long | 100 | Period for executing poll cycles in millis |
poll-timeout | VALUE | Long | 50 | Timeout for polling for next message in every poll cycle in millis |
queue | VALUE | String | Use supplied destination name and Type#QUEUE QUEUE as type | |
session-group-id | VALUE | String | When multiple channels share same session-group-id, they share same JMS session | |
topic | VALUE | String | Use supplied destination name and Type#TOPIC TOPIC as type | |
transacted | VALUE | Boolean | false | Indicates whether the session will use a local transaction |
type | VALUE | i.h.m.c.j.Type | QUEUE | Specify if connection is Type#QUEUE queue or Type#TOPIC topic |
username | VALUE | String | User name used for creating JMS connection |
See the manifest for all available types.