ARTEMIS-1420 updated docs

This commit is contained in:
Stanislav Knot 2017-11-24 14:15:20 +01:00 committed by Clebert Suconic
parent 76318a8d2b
commit 52447b1e88
1 changed files with 9 additions and 0 deletions

View File

@ -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.