RabbitMQ has this special queue called amq.rabbitmq.trace which has these parameters: auto_delete=False, type=ExchangeType.TOPIC, durable=True, internal=True
However initializing internal to False, was throwing error, removing the check, the tracing is working as expected
RabbitMQ has this special queue called
amq.rabbitmq.trace
which has these parameters:auto_delete=False, type=ExchangeType.TOPIC, durable=True, internal=True
However initializing internal to False, was throwing error, removing the check, the tracing is working as expected
`