Login
Remember
Register
Ask a Question
Name the broker in the following.
0
votes
asked
Jun 19, 2022
in
Celery
by
john ganales
Name the broker in the following.
app = Celery(‘tasks’, broker=’pyamqp://guest@localhost//’).
a) Redis
b) RabbitMQ
c) Amazon SQS
d) None of the options
celery
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 19, 2022
by
john ganales
b) RabbitMQ
...