sova-rabbit 0.1.1

RabbitMQ / AMQP broker plugin for Sova (raw publish/consume + fake)
docs.rs failed to build sova-rabbit-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

crates.io docs.rs License

sova-rabbit

Raw RabbitMQ / AMQP for Sova: publish / consume, exchange+routing, ack/nack, DLQ helpers, FakeBroker, RabbitConsumer worker.

Guide: https://s00d.github.io/sova/plugins/rabbit

Features

Feature Description
lapin (default) Live AMQP via lapin
(none) FakeBroker only — used when lapin disabled

Facade sova/rabbit enables lapin.

Install

cargo add sova --features rabbit

License

MIT — see LICENSE.