Update port number for MQTT + AMQP example
From 1883 to 5672
This commit is contained in:
parent
a2fc928a03
commit
eccf1d6720
|
@ -44,7 +44,7 @@ enabled.
|
|||
</acceptors>
|
||||
```
|
||||
|
||||
- The following example enables MQTT and AMQP on port 1883
|
||||
- The following example enables MQTT and AMQP on port 5672
|
||||
```xml
|
||||
<acceptors>
|
||||
<acceptor>tcp://localhost:5672?protocols=MQTT,AMQP</acceptor>
|
||||
|
|
Loading…
Reference in New Issue