Registry / messaging / amiquip

amiquip

JSON →
library0.4.2rscratesunverified

Pure Rust RabbitMQ client

# Cargo.toml [dependencies] amiquip = "0.4.2"
INSTALL
IMPORT
SIG · AMIQUIP
A
amiquip
messagingrustv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
use amiquip::Connection;

Opens an insecure connection to a RabbitMQ server.

use amiquip::Connection; fn main() -> Result<(), amiquip::Error> { let mut connection = Connection::insecure_open("localhost:5672")?; println!("Connected to RabbitMQ"); connection.close()?; Ok(()) }
Debug
Known issues
gotchaRequires a running RabbitMQ server; connection will fail otherwise.
fix
Ensure RabbitMQ is installed and running on the specified host.
affects: >=0.4.0
Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
amiquip — cargo add amiquip · libregistry