Repository: activemq-artemis Updated Branches: refs/heads/master 25986d617 -> a5722d96c
ARTEMIS-1355 - correct doc Undo PR 1438 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ec5eb4b7 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ec5eb4b7 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ec5eb4b7 Branch: refs/heads/master Commit: ec5eb4b754d3c348ee13cd9edcbe08599423c6f5 Parents: 25986d6 Author: Michael André Pearce <[email protected]> Authored: Thu Aug 17 19:39:58 2017 +0100 Committer: GitHub <[email protected]> Committed: Thu Aug 17 19:39:58 2017 +0100 ---------------------------------------------------------------------- docs/user-manual/en/client-reconnection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ec5eb4b7/docs/user-manual/en/client-reconnection.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/client-reconnection.md b/docs/user-manual/en/client-reconnection.md index 955cada..83ca625 100644 --- a/docs/user-manual/en/client-reconnection.md +++ b/docs/user-manual/en/client-reconnection.md @@ -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 `-1`. + default value is `0`. 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
