How to set connection friendly name
问题 I have used http://github.com/streadway/amqp package in my application in order to handle connections to a remote RabbitMQ server. Everything is ok and works fine but I have a question? The current name for a connection is "ip:port" , but can become better when you have your chosen name from the same ip. Is there any way to set my friendly name? 回答1: RabbitMQ 3.6.5 added the facility for the connecting client to report a friendly name string value to identify a connection for management