Module fe2o3_amqp_types::definitions

source ·
Available on crate feature transport only.
Expand description

Types defined in AMQP 1.0 specification Part 2.8: Definitions

Structs§

Enums§

Constants§

  • major protocol version.
  • minor protocol version.
  • the lower bound for the agreed maximum frame size (in bytes). During the initial connection negotiation, the two peers MUST agree upon a maximum frame size. This constant defines the minimum value to which the maximum frame size can be set. By defining this value, the peers can guarantee that they can send frames of up to this size until they have agreed a definitive maximum frame size for that connection.
  • the IANA assigned port number for AMQP. The standard AMQP port number that has been assigned by IANA for TCP, UDP, and SCTP. There are currently no UDP or SCTP mappings defined for AMQP. The port number is reserved for future transport mappings to these protocols
  • protocol revision
  • the IANA assigned port number for secure AMQP (amqps). The standard AMQP port number that has been assigned by IANA for secure TCP using TLS. Implementations listening on this port SHOULD NOT expect a protocol handshake before TLS is negotiated.

Type Aliases§