Batch JMS Dispatcher (batchJmsDispatcher)

Configures the Batch JMS dispatcher.

NameTypeDefaultDescription

connectionFactoryRef

A reference to top level jmsConnectionFactory element (string).

batchConnectionFactory

The identifier of the JMS connection factory that the Batch dispatcher should use to obtain JMS connections.

id

string

A unique configuration ID.

queueRef

A reference to top level jmsQueue element (string).

batchJobSubmissionQueue

The identifier of the JMS queue that the Batch JMS dispatcher uses to send JMS messages.

batchJmsDispatcher > connectionFactory

The identifier of the JMS connection factory that the Batch dispatcher should use to obtain JMS connections.

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
batchJmsDispatcher > connectionFactory > connectionManager

Connection manager for a connection factory.

Expand
batchJmsDispatcher > 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
batchJmsDispatcher > 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
batchJmsDispatcher > 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
batchJmsDispatcher > connectionFactory > recoveryAuthData

Authentication data for transaction recovery.

batchJmsDispatcher > queue

The identifier of the JMS queue that the Batch JMS dispatcher uses to send JMS messages.

NameTypeDefaultDescription

jndiName

string

JNDI name for a resource.

Expand
batchJmsDispatcher > queue > properties.wasJms

The name of the queue that this JMS queue is assigned to.