Batch JMS Events (batchJmsEvents)

Configure the Batch JMS events.

NameTypeDefaultDescription

connectionFactoryRef

A reference to top level jmsConnectionFactory element (string).

batchConnectionFactory

The identifier of the JMS connection factory.

id

string

A unique configuration ID.

topicRoot

string

batch

The root of the batch JMS event topic tree. The default topic tree root value is 'batch'.

batchJmsEvents > connectionFactory

The identifier of the JMS connection factory.

NameTypeDefaultDescription

connectionManagerRef

A reference to top level connectionManager element (string).

Connection manager for a connection factory.

containerAuthDataRef

A reference to top level authData element (string).

Default authentication data for container managed authentication that applies when bindings do not specify an authentication-alias for a resource reference with res-auth=CONTAINER.

jaasLoginContextEntryRef

A reference to top level jaasLoginContextEntry element (string).

JAAS login context entry for authentication. If updated while the server is running, the update is applied with new connection requests; in-use connections are not impacted.

jndiName

string

JNDI name for a resource.

recoveryAuthDataRef

A reference to top level authData element (string).

Authentication data for transaction recovery.

Expand
batchJmsEvents > connectionFactory > connectionManager

Connection manager for a connection factory.

Expand
batchJmsEvents > connectionFactory > containerAuthData

Default authentication data for container managed authentication that applies when bindings do not specify an authentication-alias for a resource reference with res-auth=CONTAINER.

Expand
batchJmsEvents > connectionFactory > jaasLoginContextEntry

JAAS login context entry for authentication. If updated while the server is running, the update is applied with new connection requests; in-use connections are not impacted.

Expand
batchJmsEvents > connectionFactory > properties.wasJms

A JMS connection factory is used to create connections to the associated JMS provider of JMS destinations, for both point-to-point and publish/subscribe messaging.

Expand
batchJmsEvents > connectionFactory > recoveryAuthData

Authentication data for transaction recovery.