Module dove::container[][src]

The container module contains a simple API for creating client connections and sending and receiving messages

Re-exports

pub use crate::conn::ConnectionOptions;
pub use crate::framing::DeliveryState;
pub use crate::message::Message;
pub use crate::message::MessageProperties;
pub use crate::sasl::SaslMechanism;
pub use crate::types::Value;
pub use crate::types::ValueRef;

Structs

Connection

Represents a single AMQP connection to a remote endpoint.

Container

Represents an AMQP 1.0 container that can manage multiple connections.

Delivery

Represent a delivery

Disposition

Represents a disposition response for a sent message.

Receiver

Represents a receiver link.

Sender

Represents a sender link.

Session

Represents an AMQP session.