Batch JMS Executor (batchJmsExecutor)

Configures the Batch JMS executor.

NameTypeDefaultDescription

activationSpecRef

A reference to top level jmsActivationSpec element (string).

batchActivationSpec

The identifier of the JMS activation specification that the Batch executor uses to create JMS listeners.

id

string

A unique configuration ID.

operationGroup

string

The name of the operation group

queueRef

A reference to top level jmsQueue element (string).

batchJobSubmissionQueue

The identifier of the JMS queue that the Batch activation specification uses to listen for batch JMS messages.

replyConnectionFactoryRef

A reference to top level jmsConnectionFactory element (string).

batchConnectionFactory

The identifier of the JMS connection factory that the Batch executor should user to obtain JMS connections.

batchJmsExecutor > activationSpec

The identifier of the JMS activation specification that the Batch executor uses to create JMS listeners.

NameTypeDefaultDescription

authDataRef

A reference to top level authData element (string).

Default authentication data for an activation specification.

autoStart

boolean

true

Configures whether the message endpoints associated with this activation specification start automatically or need to be manually started using the resume command.

maxEndpoints

int
Min: 0

500

The maximum number of endpoints to dispatch to.

Expand
batchJmsExecutor > activationSpec > authData

Default authentication data for an activation specification.

Expand
batchJmsExecutor > activationSpec > properties.wasJms

A JMS activation specification is associated with one or more message-driven beans and provides the configuration necessary for them to receive messages.

batchJmsExecutor > queue

The identifier of the JMS queue that the Batch activation specification uses to listen for batch JMS messages.

NameTypeDefaultDescription

jndiName

string

JNDI name for a resource.

Expand
batchJmsExecutor > queue > properties.wasJms

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

batchJmsExecutor > replyConnectionFactory

The identifier of the JMS connection factory that the Batch executor should user 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
batchJmsExecutor > replyConnectionFactory > connectionManager

Connection manager for a connection factory.

Expand
batchJmsExecutor > replyConnectionFactory > 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
batchJmsExecutor > replyConnectionFactory > 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
batchJmsExecutor > replyConnectionFactory > 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
batchJmsExecutor > replyConnectionFactory > recoveryAuthData

Authentication data for transaction recovery.