How do I set rabbitMQ connection name so it displays on management console using NestJS?. I don't see any option for that in RmqOptions interface.
I want to set friendly name for the connection like in this post: Set connection name with amqplib
I've dome research on web. Reffered to NestJS docs and looked into code.