...
Property | Default | Description | ||||||
---|---|---|---|---|---|---|---|---|
jndi | true | Indicates that JNDI should be used to lookup the connection factory for creating JMS connections.
| ||||||
jndi_contextfactory | - | The name of the environment property for specifying the initial context factory to use | ||||||
jndi_principal | - | The name of the environment property for specifying the identity of the principal for authenticating the caller to the service | ||||||
jndi_credentials | - | The environment property for specifying the credentials of the principal for authenticating the caller to the service | ||||||
jndi_connectionfactory | - | The name of the connection factory to look up in jndi. | ||||||
username | - | The username to supply in the credentials when opening the JMS connection | ||||||
password | - | The password to supply in the credentials when opening the JMS connection | ||||||
set_client_id | true | Specifies whether a client_id should be set for the connection. When true When set to true, the client id X-SMA-<busname>-<bususer> will be used as the JMS ClientID unless "use_legacy_client_id" or "client_id" are set. Note that the bususer value used in the ClientID is the username supplied during bus creation to identify the logical bus user not the
| ||||||
use_legacy_client_id | false | Specifies that the legacy client id should be used. When set to true indicates that the default client of <bususer>-<busname> should be used rather than the default X-SMA-<busname>-<bususer>. This property is ignored if "set_client_id" is
| ||||||
client_id | - | Can be used to specify a specific client id for the bus. This property can be used to override the default client id when set_client_id is set to true.
| ||||||
connection_open_retry_count | 10 | Property controlling number of retries to attempt after a failure to open a connection. When a connection attempt fails with a reason that isn't known to be a permanent condition, this property controls the number of reconnect attempt to try. Reconnect attempts will be attempted at the interval specified by "connection_open_retry_interval". | ||||||
connection_open_retry_interval | 1s | Property specifying the retry interval for connect open retries in seconds. When no time unit suffix is provided for this value it is interpreted as the number of seconds between retries. Otherwise, a time suffix can be provided to qualify the unit as specified in The minimum allowable value for retries in 250ms, specifying a lower value will cause it to be rounded up.
|
...