bunny-storm
bunny-storm copied to clipboard
RabbitMQ asynchronous connector library for Python with built in RPC support
Results
1
bunny-storm issues
Sort by
recently updated
recently updated
newest added
Support ssl connection (needed for AWS RabbitMQ service) changes needed only in rabbitmq_connection_data.py: ``` --- a/bunny_storm/rabbitmq_connection_data.py +++ b/bunny_storm/rabbitmq_connection_data.py @@ -14,6 +14,7 @@ class RabbitMQConnectionData: port: int = 5672 virtual_host: str...