summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-30 14:55:13 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-30 14:55:13 +0100
commit5a2275b83a49869edaa0eb7e643610905d0d5df9 (patch)
tree4cfbdd2d2516a2a2a2d02bf715a89265304892a2
parent621505e53c13121cfe4d318a167587deb73f90df (diff)
downloadrabbitmq-server-5a2275b83a49869edaa0eb7e643610905d0d5df9.tar.gz
explain implicit connect for stomp
-rw-r--r--docs/rabbitmq.config.example11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 72e63aac..10909c6d 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -335,7 +335,16 @@
%% authenticating!
%%
%% {default_user, [{login, "guest"},
- %% {passcode, "guest"}]}
+ %% {passcode, "guest"}]},
+
+ %% If a default user is configured, or you have configured use SSL client
+ %% certificate based authentication, you can choose to allow clients to
+ %% omit the CONNECT frame entirely. If set to true, the client is
+ %% automatically connected as the default user or user supplied in the
+ %% SSL certificate whenever the first frame sent on a session is not a
+ %% CONNECT frame.
+ %%
+ %% {implicit_connect, true}
]},
%% ----------------------------------------------------------------------------