summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-01-12 16:24:05 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-01-12 16:24:05 +0300
commit636142506ccf1fb65058fe0ae8d997edcc25af65 (patch)
tree2e6ea6ecebf4fee3a0d6c3abcdbaa1deb9ee09d8 /docs
parentd76f9188e1f6170ca09cace5b8593ed37757ff81 (diff)
parent86db8bccc9530e40105a0969e3c0fd09c82fc93d (diff)
downloadrabbitmq-server-git-636142506ccf1fb65058fe0ae8d997edcc25af65.tar.gz
Merge branch 'stable'
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 1b604f7dbf..eacdb8a993 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -27,6 +27,12 @@
%%
%% {ssl_listeners, [5671]},
+ %% Number of Erlang processes that will accept connections for the TCP
+ %% and SSL listeners.
+ %%
+ %% {num_tcp_acceptors, 10},
+ %% {num_ssl_acceptors, 1},
+
%% Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection
%% and SSL handshake), in milliseconds.
%%
@@ -448,6 +454,12 @@
%% Listen for SSL connections on a specific port.
%% {ssl_listeners, [61614]},
+ %% Number of Erlang processes that will accept connections for the TCP
+ %% and SSL listeners.
+ %%
+ %% {num_tcp_acceptors, 10},
+ %% {num_ssl_acceptors, 1},
+
%% Additional SSL options
%% Extract a name from the client's certificate when using SSL.
@@ -519,6 +531,12 @@
%% {tcp_listeners, [1883]},
%% {ssl_listeners, []},
+ %% Number of Erlang processes that will accept connections for the TCP
+ %% and SSL listeners.
+ %%
+ %% {num_tcp_acceptors, 10},
+ %% {num_ssl_acceptors, 1},
+
%% TCP/Socket options (as per the broker configuration).
%%
%% {tcp_listen_options, [{backlog, 128},