Skip to content

Make RPC queues durable #6

Description

@217690thompson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions