Expand description
An experimental implementation of AMQP 1.0 management working draft with fe2o3-amqp
Because the AMQP 1.0 management working draft itself isn’t stable yet, this crate is expected to see breaking changes in all future releases until the draft becomes stable.
Re-exports§
pub use client::MgmtClient;pub use request::Request;pub use response::Response;
Modules§
- client
- Implements a client for the AMQP 1.0 management working draft.
- constants
- Defines constants used in the AMQP Management protocol.
- error
- Error types for the management client.
- mgmt_
ext - Extension trait for AMQP messages to provide management specific functionality
- operations
- Defines and implements the operations used in the AMQP Management protocol.
- request
- Defines the Request trait for AMQP 1.0 management requests.
- response
- Defines the Response trait for AMQP 1.0 management responses.
- status
- Defines status code
Constants§
- DEFAULT_
CLIENT_ NODE_ ADDRESS - The default address of the client node.
- MANAGEMENT_
NODE_ ADDRESS - The default address of the management node.