Is there any way to use custom Consumer Tag with pika

52 Views Asked by At

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

0

There are 0 best solutions below