vert-x3 / vertx-rabbitmq-client

Vert.x RabbitMQ Service
Apache License 2.0
73 stars 64 forks source link

Allow to set a name for connections #130

Closed BorisNaguet closed 3 years ago

BorisNaguet commented 3 years ago

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

Yaytay commented 3 years ago

Merged PR