NO JIRA: Doc correction
From here, it seems the default is -1 not 0 as originally stated in doc.
d055411f21/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java (L337)
This commit is contained in:
parent
d055411f21
commit
92c3e7ef97
|
@ -108,7 +108,7 @@ Client reconnection is configured using the following parameters:
|
|||
- `reconnectAttempts`. This optional parameter determines the total
|
||||
number of reconnect attempts to make before giving up and shutting
|
||||
down. A value of `-1` signifies an unlimited number of attempts. The
|
||||
default value is `0`.
|
||||
default value is `-1`.
|
||||
|
||||
If you're using JMS and you're using JNDI on the client to look up your
|
||||
JMS connection factory instances then you can specify these parameters
|
||||
|
|
Loading…
Reference in New Issue