AMQP

sir.amqp.handler._DEFAULT_MB_RETRIES = 4

The number of times we’ll try to process a message.

sir.amqp.handler._RETRY_WAIT_SECS = 30

The number of seconds between each connection attempt to the AMQP server.

This module contains functions and classes to parse and represent the content of an AMQP message.