Update port number for MQTT + AMQP example

From 1883 to 5672
This commit is contained in:
Joseph Wilwayco 2019-06-25 17:05:06 -05:00 committed by Justin Bertram
parent a2fc928a03
commit eccf1d6720
1 changed files with 2 additions and 2 deletions

View File

@ -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>
@ -66,4 +66,4 @@ Core (Artemis & HornetQ native)|`CORE`
OpenWire (5.x native)|`OPENWIRE`
AMQP|`AMQP`
MQTT|`MQTT`
STOMP|`STOMP`
STOMP|`STOMP`