diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-09-30 14:55:13 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-09-30 14:55:13 +0100 |
| commit | fb02d739e8d470e073ced35f0950a0eff1e92914 (patch) | |
| tree | 4cfbdd2d2516a2a2a2d02bf715a89265304892a2 /docs | |
| parent | 5cda15aed6496306e563211c197a45016d5beee1 (diff) | |
| download | rabbitmq-server-git-fb02d739e8d470e073ced35f0950a0eff1e92914.tar.gz | |
explain implicit connect for stomp
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 72e63aace4..10909c6d4c 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} ]}, %% ---------------------------------------------------------------------------- |
