arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

expose the client-provided connection name for RabbitMQ #100

Closed tapesec closed 6 years ago

tapesec commented 7 years ago

Hello, This parameter is usefull for simply naming rabbitMQ connections origin.

rabbit-screen

arobson commented 6 years ago

@tapesec hello, a previous PR I've just merged into v2 exposes a clientProperties hash that will get merged into the client properties passed to the connection. This will allow you to add this (and other things) without having to manage each property individually.