# Functions
WrapTable eliminates the need for the amqp lib directly.
# Constants
Ack AcknowledgementMode.
Direct exchange delivers messages to queues based on the message routing key.
Fanout Faut exchange routes messages to all of the queues that are bound to it and the routing key is ignored.
Headers exchange is designed for routing on multiple attributes that are more easily expressed as message headers than a routing key.
Nack AcknowledgementMode.
Persistent Persistent.
Topic exchanges route messages to one or many queues based on matching between a message routing key and the pattern that was used to bind a queue to an exchange.
Transient Transient.
# Type aliases
AcknowledgementMode AcknowledgementMode.
ExchangeType ExchangeType.
Table interface.