Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Invalid
-
None
-
None
-
None
Description
Connections fail to connect when the url has a port other than 5672 even though the AMQP port is configured and available via ActiveMQ broker. Works with SwiftMQ. Also can see the RabbitMQ client try to connect but fail due to AMQP version mismatch between supported 0.9.1 and 1.0.
Works: "amqp://system:manager@localhost/?brokerlist='tcp://localhost:5672'&max-sessions=10000"
Fails: "amqp://system:manager@localhost/?brokerlist='tcp://localhost:61615'&max-sessions=10000"
Fails: "amqp://system:manager@localhost/?brokerlist='tcp://localhost:5673'&max-sessions=10000"