Batch JMS Executor (batchJmsExecutor)
Configures the Batch JMS executor.
Name | Type | Default | Description |
---|---|---|---|
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. |
The identifier of the JMS activation specification that the Batch executor uses to create JMS listeners.
Name | Type | Default | Description |
---|---|---|---|
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 | 500 | The maximum number of endpoints to dispatch to. |
Default authentication data for an activation specification.
A JMS activation specification is associated with one or more message-driven beans and provides the configuration necessary for them to receive messages.
The identifier of the JMS queue that the Batch activation specification uses to listen for batch JMS messages.
Name | Type | Default | Description |
---|---|---|---|
jndiName | string | JNDI name for a resource. |
The name of the queue that this JMS queue is assigned to.
The identifier of the JMS connection factory that the Batch executor should user to obtain JMS connections.
Name | Type | Default | Description |
---|---|---|---|
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. |
Connection manager for a connection factory.
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.
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.
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.
Authentication data for transaction recovery.