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