Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
For interoperability with other AMQP clients and to minimize confusion and frustration out of the box, the Active broker should listen for AMQP connections on the standard AMQP ports by default:
amqps 5671/tcp # amqp protocol over TLS/SSL
amqp 5672/tcp # AMQP
Obviously the user can configure whatever listening ports they wish once they have read the relevant doc, but for a better out-of-box experience, we should listen to the standard ports by default so initial experiments with existing AMQP clients will not fail. People coming from an AMQP background will have no idea they should connect to port 5455.