cloudamqp/amqp-client.js

Connecting to non AMQP server doesn't fail

MahdiyDev opened this issue · 2 comments

const amqp = new AMQPClient("amqp://tmp:tmp@192.168.1.129:15672");

const conn = await amqp.connect();

Does not throw an error when the message queue cannot be connected.

Thanks

15672 is typically the management plugin port, are you sure you meant to use it?

The reporter is right, it should fail