Queues that are non-exclusive and non-durable are deprecated by RabbitMQ, causing RPC methods to break unless the queues are manually declared.
The RPC queues should be declared as durable to fix this issue.
This should not negatively affect command timeouts if the RPC server is down, as the timeouts are checked manually.
Queues that are non-exclusive and non-durable are deprecated by RabbitMQ, causing RPC methods to break unless the queues are manually declared.
The RPC queues should be declared as durable to fix this issue.
This should not negatively affect command timeouts if the RPC server is down, as the timeouts are checked manually.