Closed BorisNaguet closed 3 years ago
RabbitMQ java client allows to set a "connectionName" on creation, using com.rabbitmq.client.ConnectionFactory
com.rabbitmq.client.ConnectionFactory
This issue is about having the possibility to set this parameter when using this lib. This name is shown in the Rabbit console (under IP:port)
I'll follow with a PR
Merged PR
RabbitMQ java client allows to set a "connectionName" on creation, using
com.rabbitmq.client.ConnectionFactory
This issue is about having the possibility to set this parameter when using this lib. This name is shown in the Rabbit console (under IP:port)
I'll follow with a PR