Usage
AMQPError
AMQPError.documentation
AMQPError.error_code
AMQPError.error_type
AMQPError.__init__()
AMQPConnectionError
AMQPChannelError
AMQPMessageError
AMQPInvalidArgument
Management API Usage
Examples
Management Examples
General AMQP Error.
Exceptions raised by AMQPStorm are mapped based to the AMQP 0.9.1 specifications (when applicable).
e.g.
except AMQPChannelError as why: if why.error_code == 312: self.channel.queue.declare(queue_name)
AMQP Documentation string.
AMQP Error Code - A 3-digit reply code.
AMQP Error Type e.g. NOT-FOUND.
AMQP Connection Error.
AMQP Channel Error.
AMQP Message Error.
AMQP Argument Error.