Skip to content

AMQP RPC, use direct-reply-to #7

@carlhoerberg

Description

@carlhoerberg

The RPC backend should use the very fast direct-reply feature in RabbitMQ: https://www.rabbitmq.com/direct-reply-to.html instead of creating a new queue for each result. Especially for clustered server creating a deleting queues is a very slow process, crippling the RPC throughput to a few requests/s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions