Sentry.conf.py for RabbitMQ

Hello,
Can anyone help me please to configure Sentry with RabbitMQ instead of Redis.
I read the documentation https://docs.sentry.io/server/queue/ and it’s said that the only field to change is BROKER_URL, but in the configuration file there is other fields to change (i.e : SENTRY_QUOTAS, SENTRY_BUFFER …) as redis still appear in their values.

Thanks,
Badr

That is correct. RabbitMQ can only be used to replace the queue. It doesn’t replace Redis for all components and Redis is and will still be required.

Thanks a lot for your response !