[jboss-jira] [JBoss JIRA] (WFLY-11579) Description of transaction timeout is misleading

Miroslav Novak (Jira) issues at jboss.org
Wed Jan 9 09:36:00 EST 2019


Miroslav Novak created WFLY-11579:
-------------------------------------

             Summary: Description of transaction timeout is misleading
                 Key: WFLY-11579
                 URL: https://issues.jboss.org/browse/WFLY-11579
             Project: WildFly
          Issue Type: Bug
          Components: JMS
    Affects Versions: 15.0.0.Beta1, 14.0.0.Final
            Reporter: Miroslav Novak
            Assignee: Jeff Mesnil


In /subsystem=messaging-activemq/server=default is described attribute:
{code}
 "transaction-timeout" => {
                "type" => LONG,
                "description" => "How long (in ms) before a transaction can be removed from the resource manager after create time.",
{code}

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:
{code}
[standalone at localhost:9990 subsystem=transactions] :read-resource
{
    "outcome" => "success",
    "result" => {
        "default-timeout" => 300,
{code}

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



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list