How does the rpc result backend differ from the amqp backend? I see in the changelog that it replaced it, but although it is written as a protocol (with the ://
), the underlying protocol is still amqp, correct?
For instance, result_backend = 'rpc://'
vs result_backend = 'amqp://'
. If I use rpc
as the backend, does it also use SSL when the broker_use_ssl
flag is set to true?