Skip to main content

Crate amq_protocol_uri

Crate amq_protocol_uri 

Source
Expand description

AMQP 0-9-1 URI parsing and construction.

Parses amqp:// and amqps:// URIs into an AMQPUri struct and provides Display / FromStr implementations for round-tripping.

Structs§

AMQPAuthority
The connection information
AMQPQueryString
The optional query string to pass parameters to the server
AMQPUri
An AMQP Uri
AMQPUserInfo
The credentials used to connect to the server

Enums§

AMQPScheme
The scheme used by the AMQP connection
SASLMechanism
The SASL mechanisms supported by RabbitMQ