added rabbitmq helpers and setup command
This commit is contained in:
3
rmq_helper/__init__.py
Normal file
3
rmq_helper/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""RabbitMQ helpers"""
|
||||
from .exchanges import ensure_exchange_exists, exchange_publish
|
||||
from .queues import ensure_queue_exists, queue_publish
|
||||
Reference in New Issue
Block a user