From 52447b1e88734e376b8bd755c77affb8f2694a2a Mon Sep 17 00:00:00 2001 From: Stanislav Knot Date: Fri, 24 Nov 2017 14:15:20 +0100 Subject: [PATCH] ARTEMIS-1420 updated docs --- docs/user-manual/en/configuring-transports.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/user-manual/en/configuring-transports.md b/docs/user-manual/en/configuring-transports.md index 8a858dc7d1..1561f19817 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.