Book: Configuring Messaging
Revision: edd2a30208aba11e613ca11b73fd09acf20cfa24 (7.1)
d8388242774763e3c98dba7fa69a51f4e23162bc (CD)
This issue affects both EAP 7.1 and EAP CD books.
Please document pooled connection factory's attribute allow-local-transactions.
"allow-local-transactions" => { "type" => BOOLEAN, "description" => "Allow local transactions for outbond JMS Sessions (it does not apply to JMSContext that explicitly disallows it).", "attribute-group" => "outbound-config", "expressions-allowed" => true, "required" => false, "nillable" => true, "default" => false, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "all-services" },
Setting this attribute to true enables local transactions for outbound connections, for example in following scenarios
- Jms producer sending messages from servlet in transacted session
- Jms producer sending messages in transacted session from MDB with transaction attribute set to NOT_SUPPORTED
- documents
-
JBEAP-9678 JMS broker does not allow the use of a transacted session in a Servlet
- Closed
- is cloned by
-
JBEAP-14816 [7.1] - [Messaging Guide] Document allow-local-transactions
- Closed