achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1
MIT License
79 stars 40 forks source link

added connectionName in ConnectionSettings #89

Closed christian-thiele closed 1 year ago

christian-thiele commented 1 year ago

Allows to set a connection name (f.e. which is displayed in the rabbitmq monitoring ui). Especially useful in microservice environments.

coveralls commented 1 year ago

Coverage Status

Coverage decreased (-0.04%) to 93.507% when pulling 46781dadc7066aa8d769a394449fcf8a38a9c480 on christian-thiele:master into 63827f4fc09027f45fbe9d976d2bcca2cfc2fa8c on achilleasa:master.

achilleasa commented 1 year ago

Thanks for your contribution.

Can you please also add the new field to the docs?

christian-thiele commented 1 year ago

Done.

achilleasa commented 1 year ago

FYI, this change has been included in the 0.2.4 release which has just been published.