Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Invalid
-
0.25
-
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"
Attachments
Issue Links
- is related to
-
QPID-5408 [AMQP 1.0 JMS] Connection URLs which contain unrecognised options should throw exception
- Closed