Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14768

[cd.x] - [Messaging Guide] Document allow-local-transactions

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              sgilda_jira Sande Gilda (Inactive)
              mstyk_jira Martin Styk (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: