Closed mustafacagataytulun closed 8 months ago
@mustafacagataytulun I'm not currently maintaining the library. But if I get some time, I will release an update.
Thanks for your contribution!
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Can be closed.
Has been replaced by #120
ClientProvidedName
is a special field in RabbitMQ.Client to specify a client name to differentiate between connected applications in RabbitMQ Management UI. In this PR, I add support to fill this property.This is the UI without providing ClientProvidedName (current behavior):
This is the UI with providing ClientProvidedName:
Users of the library can specify their ClientProvidedName with configuration:
If this property is null or whitespace, the library will continue to work as is. So, current users can continue to work without any extra configuration. I mean, there is no breaking change.