I wanted to create a broker without any middlewares using this code snippet: ```python broker = RabbitmqBroker(url=broker_url, middleware=[]) ``` But the broker is created with the default middlewares.
I wanted to create a broker without any middlewares using this code snippet:
But the broker is created with the default middlewares.