0 votes
in Celery by

If the following configuration is used, which of the following is used for broker and backend?

broker_url = ‘pyamqp://’

result_backend = ‘rpc://’.

a) Broker is Redis, backend is RabbitMQ

b) Both broker and backend are RabbitMQ

c) Both broker and backend are Redis

d) Broker is RabbitMQ, backend is Redis

1 Answer

0 votes
by
b) Both broker and backend are RabbitMQ

Related questions

0 votes
asked Jun 19, 2022 in Celery by john ganales
0 votes
0 votes
asked Jun 19, 2022 in Celery by john ganales
...