[jboss-jira] [JBoss JIRA] (WFLY-9118) Change the default value of call-failover-timeout from infinite to 30s

Jeff Mesnil (JIRA) issues at jboss.org
Fri Jul 21 08:33:00 EDT 2017


Jeff Mesnil created WFLY-9118:
---------------------------------

             Summary: Change the default value of call-failover-timeout from infinite to 30s
                 Key: WFLY-9118
                 URL: https://issues.jboss.org/browse/WFLY-9118
             Project: WildFly
          Issue Type: Bug
          Components: JMS
    Affects Versions: 11.0.0.Alpha1
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil


This is related to https://issues.jboss.org/browse/WFLY-8492.

Currently, the messaging-activemq resources that defines the call-failover-timeout attribute uses a default value of -1.
That means that during failover, if an Artemis client sends a Packet in a non-blocking call, they will wait forever to get a response. It leaves no opportunity for the client to "give up" (e.g. if the application is asked to shut down).

Artemis changed their default values to 30s (in ARTEMIS-255) and we should do the same for the messaging-activemq attribute.




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list