Amqpstorm

Latest version: v2.11.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 8

1.3.1

-------------
- Fixed SSL bug that could trigger an exception when running multiple threads [14] - Thanks Adam Mills.
- Fixed bug when using channel.basic.get to retrieve large payloads.
- Reduced default RPC timeout from 360s to 120s.

1.3.0

-------------
- Removed noisy logging.
- Fixed Runtime exception caused by listener trying to join itself [11] - Thanks ramonz.
- Channels are no longer closed after RabbitMQ throws a recoverable exception.
- Added Error mapping based on the AMQP 0.9.1 specifications (when applicable).
Introduced three new variables to the AMQP-Storm Exceptions.
- error_code: This provides HTTP style error codes based on the AMQP Specification.
- error_type: This provides the full AMQP Error name; e.g. NO-ROUTE.
- documentation: This provides the official AMQP Specification documentation string.

These variables are available on all AMQP-Storm exceptions, but if no error code was
provided by RabbitMQ, they will be empty.

Usage:
except AMQPChannelError as why:
if why.error_code == 312:
self.channel.queue.declare(queue_name)

Page 8 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.