Skip to main content

Crate rskit_messaging_rabbitmq

Crate rskit_messaging_rabbitmq 

Source
Expand description

RabbitMQ adapter for rskit-messaging.

The adapter uses AMQP queues named by message topic by default. Registration is explicit and side-effect free; network connections are opened lazily.

Structs§

Config
Configuration for the RabbitMQ messaging adapter.

Functions§

register
Register RabbitMQ producer and consumer factories for Vec<u8> payloads.