queuerious-lapin
Queuerious SDK adapter for lapin (RabbitMQ).
Wraps lapin::Consumer to automatically report job lifecycle events (started, completed, failed, retrying) to the Queuerious platform — no manual instrumentation required.
Installation
[]
= "0.1"
= "0.1"
Optional features
| Feature | Description |
|---|---|
metrics |
Queue metrics collection (depth, throughput, latency) |
commands |
Remote command execution (pause, resume, purge) |
agent |
Full agent mode (enables metrics + commands) |
management |
RabbitMQ Management HTTP API integration for tier-2 metrics |
Quick start
use QueuriousClient;
use TrackedConsumer;
use Arc;
async
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.