🐙 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.