rabbit_borough 0.1.7

Create a RabbitMQ consumer project with minimal effort, by bypassing templating, configuration and complicated resiliency logic
Documentation
1
2
3
4
5
6
7
8
/// Sets up and provides a consumer
pub mod actions;
/// Manages connections
pub mod connection_manager;
/// Handles the Acknowledge type of a message
pub mod handle_message_result;
/// Sets up a consumer
pub mod setup;