-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
AMQ 7.12.0.GA
-
None
-
None
-
1
-
False
-
None
-
False
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
-
-
-
Important
In a Java client application connecting to an AMQ server, the retryIntervalMultiplier parameter appears to be ignored during initial connection attempts. Although retryInterval is correctly applied to both initial and reconnect attempts. However retryInterval is working even though both the Support Team and SME in an email thread say that retryInterval, retryIntervalMultiplier, and maxRetryInterval should only work on reconnect attempts and not initial attempts, however retryInterval actually does work as expected during initial connection attempts. Customer would like clarification on this for their new project, and would like for retryIntervalMultiplier to also work on initial connection attempts: The Customer relies heavily on our messaging system and are now moving to OpenShift. They may have outages for various reasons and find that the parameter retryIntervalMultiplier on initial connection attempts would be extremely useful in their case.
On the linked case you can find a reproducer, however in this case the connection string is:
tcp://localhost:61616?initialConnectAttempts=7&retryInterval=2000&retryIntervalMultiplier=5.0&maxRetryInterval=600000
Customer has tried multiple versions of the client library including the latest
<dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jms-client</artifactId> <version>2.33.0.redhat-00015</version> </dependency>
- Is this a documentation issue?
- Why does the retryInterval work on initial connection attempts also even though it is stated that it should work on reconnect attempts only?
- Is it possible to have retryIntervalMultiplier available for initial connection attempts just as retryInterval?
- is cloned by
-
ENTMQBR-9507 [Docs]retryIntervalMultiplier Parameter Not Applied as Expected in Artemis AMQ Reconnect Attempts
- Dev Complete
- is duplicated by
-
ENTMQCL-4101 retryIntervalMultiplier Parameter Not Applied as Expected in Artemis AMQ Reconnect Attempts
- Closed
- is incorporated by
-
JBEAP-28747 [GSS](7.4.z) ENTMQBR-9460 / ARTEMIS-5085 - retryIntervalMultiplier Parameter Not Applied as Expected in Artemis AMQ Reconnect Attempts
- Coding In Progress