I am using pika to work with RabbitMQ. I have a queue with a dozen consumers. I want to map consumer information in Rabbit with my application logs. So is there any way of either getting the attached consumer_tag after a connection was established or using a custom tag generated by my app?
Thanks