userver: RabbitMQ (AMQP 0-9-1)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
RabbitMQ (AMQP 0-9-1)

Your opinion will help to improve our service

Leave a feedback >

Table of Contents

Quality: Golden Tier.

🐙 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