From eccf1d67203abe9832bffec6691d77fc7d12b079 Mon Sep 17 00:00:00 2001 From: Joseph Wilwayco Date: Tue, 25 Jun 2019 17:05:06 -0500 Subject: [PATCH] Update port number for MQTT + AMQP example From 1883 to 5672 --- docs/user-manual/en/protocols-interoperability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/en/protocols-interoperability.md b/docs/user-manual/en/protocols-interoperability.md index 0fe16f76e2..1efeba121b 100644 --- a/docs/user-manual/en/protocols-interoperability.md +++ b/docs/user-manual/en/protocols-interoperability.md @@ -44,7 +44,7 @@ enabled. ``` -- The following example enables MQTT and AMQP on port 1883 +- The following example enables MQTT and AMQP on port 5672 ```xml tcp://localhost:5672?protocols=MQTT,AMQP @@ -66,4 +66,4 @@ Core (Artemis & HornetQ native)|`CORE` OpenWire (5.x native)|`OPENWIRE` AMQP|`AMQP` MQTT|`MQTT` -STOMP|`STOMP` \ No newline at end of file +STOMP|`STOMP`