Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace "this" with "listener port" #1044

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ When no configuration is specified the MQTT plugin will listen on
all interfaces on port 1883 and have a default user login/passcode
of `guest`/`guest`.

To change this, edit your
To change the listener port, edit your
[Configuration file](/configure.html#configuration-file),
to contain a `tcp_listeners` variable for the `rabbitmq_mqtt` application.

Expand Down
2 changes: 1 addition & 1 deletion site/stomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When no configuration is specified the STOMP Adapter will listen on
all interfaces on port 61613 and have a default user login/passcode
of `guest`/`guest`.

To change this, edit your
To change the listener port, edit your
[Configuration file](/configure.html#configuration-file),
to contain a `tcp_listeners` variable for the `rabbitmq_stomp` application.

Expand Down
4 changes: 2 additions & 2 deletions site/web-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ We encourage you to take a look [at the source code](https://github.com/rabbitmq
When no configuration is specified the Web MQTT plugin will listen on
all interfaces on port 15675 and have a default user login and password of
`guest`/`guest`. Note that this user is only [allowed to connect from localhost](/access-control.html) by default.
We highly recommend creating a separate user production systems.
We highly recommend creating a separate user for production systems.

To change this, edit your
To change the listener port, edit your
[Configuration file](/configure.html#configuration-file),
to contain a `port` variable for the `rabbitmq_web_mqtt` application.

Expand Down
4 changes: 2 additions & 2 deletions site/web-stomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ We encourage you to take a look [at the source code](https://github.com/rabbitmq
When no configuration is specified the Web STOMP plugin will listen on
all interfaces on port 15674 and have a default user login/passcode of
`guest`/`guest`. Note that this user is only [allowed to connect from localhost](/access-control.html) by default.
We highly recommend creating a separate user production systems.
We highly recommend creating a separate user for production systems.

To change this, edit your
To change the listener port, edit your
[Advanced configuration file](/configure.html#configuration-file),
to contain a `tcp_config` section with a `port` variable for the `rabbitmq_web_stomp` application.

Expand Down