You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/11/27 18:06:27 UTC

[2/2] activemq-artemis git commit: ARTEMIS-1420 updated docs

ARTEMIS-1420 updated 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/52447b1e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/52447b1e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/52447b1e

Branch: refs/heads/master
Commit: 52447b1e88734e376b8bd755c77affb8f2694a2a
Parents: 76318a8
Author: Stanislav Knot <sk...@redhat.com>
Authored: Fri Nov 24 14:15:20 2017 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 27 13:06:19 2017 -0500

----------------------------------------------------------------------
 docs/user-manual/en/configuring-transports.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/52447b1e/docs/user-manual/en/configuring-transports.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/configuring-transports.md b/docs/user-manual/en/configuring-transports.md
index 8a858dc..1561f19 100644
--- a/docs/user-manual/en/configuring-transports.md
+++ b/docs/user-manual/en/configuring-transports.md
@@ -255,6 +255,15 @@ Netty for simple TCP:
     the connection is refused. In the case of a `core` client, it will
     result in a `org.apache.activemq.artemis.api.core.ActiveMQConnectionTimedOutException`.
 
+-   `handshake-timeout`. Prevents an unauthorised client opening a large 
+    number of connections and just keeping them open. As connections each
+    require a file handle this consumes resources that are then unavailable 
+    to other clients. Once the connection is authenticated, the usual rules 
+    can be enforced regarding resource consumption. Default value is set to
+    10 seconds. Each integer is valid value. When set value to zero or
+    negative integer this feature is turned off. Changing value needs
+    to restart server to take effect.
+
 ## Configuring Netty Native Transport
 
 Netty Native Transport support exists for selected OS platforms.