Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11579

Description of transaction timeout is misleading

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 16.0.0.Beta1, 16.0.0.Final
    • 14.0.0.Final, 15.0.0.Beta1
    • JMS
    • None

    Description

      In /subsystem=messaging-activemq/server=default is described attribute:

       "transaction-timeout" => {
                      "type" => LONG,
                      "description" => "How long (in ms) before a transaction can be removed from the resource manager after create time.",
      

      which is misleading. Based on code review if Artemis transaction is part of XA transaction or one-phase but still under coordination of Transaction Manager then this timeout is changed by Transaction Manager to timeout defined in transaction subsystem:

      [standalone@localhost:9990 subsystem=transactions] :read-resource
      {
          "outcome" => "success",
          "result" => {
              "default-timeout" => 300,
      

      We should provide this information to description of transaction-timeout attribute in messaging-activemq subsystem.

      Attachments

        Activity

          People

            ehugonne1@redhat.com Emmanuel Hugonnet
            mnovak1@redhat.com Miroslav Novak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: