]
Miroslav Novak reassigned WFLY-11579:
-------------------------------------
Assignee: ehsavoie Hugonnet (was: Jeff Mesnil)
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: 14.0.0.Final, 15.0.0.Beta1
Reporter: Miroslav Novak
Assignee: ehsavoie Hugonnet
Priority: Major
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@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.