userver: RabbitMQ (AMQP 0-9-1) - EXPERIMENTAL
Loading...
Searching...
No Matches
RabbitMQ (AMQP 0-9-1) - EXPERIMENTAL

Disclaimer: current state of the driver is experimental, and although APIs are not likely to change drastically, some adjustments may be made in the future. Please also keep in mind that this driver is not backed by Yandex-scale production usage.

🐙 userver provides access to RabbitMQ servers via components::RabbitMQ. The uRabbitMQ driver is asynchronous, it suspends current coroutine for carrying out network I/O.

Features

  • Publishing messages;
  • Consuming messages;
  • Creating Exchanges, Queues and Bindings;
  • Transport level security;
  • Connections pooling;
  • End-to-end logging for messages in publish->consume chain.

More information


gRPC | Dynamic config