Set connection name with amqplib

Viewed 724

I need to set a friendly name for my connection as below instead of "?" in RabbitMQ for amqplib for NodeJS:

enter image description here

I found examples with Java and Python but nothing yet with this library. Thanks.

1 Answers
Related