Repository: activemq-artemis Updated Branches: refs/heads/master 29967bc83 -> e2183b33a
NO-JIRA spelling fixes on docs Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/bfc9aec3 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/bfc9aec3 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/bfc9aec3 Branch: refs/heads/master Commit: bfc9aec33b10582f85e7c2d525681ddf7455ddad Parents: 29967bc Author: Codrin Bucur <[email protected]> Authored: Wed Jul 18 11:22:44 2018 +0200 Committer: Clebert Suconic <[email protected]> Committed: Wed Jul 18 09:18:53 2018 -0400 ---------------------------------------------------------------------- docs/user-manual/en/clusters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/bfc9aec3/docs/user-manual/en/clusters.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/clusters.md b/docs/user-manual/en/clusters.md index 54dc54e..4aa2154 100644 --- a/docs/user-manual/en/clusters.md +++ b/docs/user-manual/en/clusters.md @@ -389,13 +389,13 @@ connection. The default value for this parameter is `10000` milliseconds. Sometimes it may be impossible to use UDP on the network you are using. In this case its possible to configure a connection with an initial list -if possible servers. This could be just one server that you know will +of possible servers. This could be just one server that you know will always be available or a list of servers where at least one will be available. This doesn't mean that you have to know where all your servers are going to be hosted, you can configure these servers to use the reliable -servers to connect to. Once they are connected there connection details +servers to connect to. Once they are connected their connection details will be propagated via the server it connects to #### Configuring a Cluster Connection
