Skip to content
Snippets Groups Projects
Commit b7cb6aab authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Make queue default to durable

parent 21bf79c3
No related branches found
No related tags found
2 merge requests!23Feat resolve uid gid,!9Feat connection module
...@@ -13,7 +13,7 @@ class RCRMQ(object): ...@@ -13,7 +13,7 @@ class RCRMQ(object):
EXCHANGE = '' EXCHANGE = ''
EXCHANGE_TYPE = 'direct' EXCHANGE_TYPE = 'direct'
QUEUE = None QUEUE = None
DURABLE = False DURABLE = True
ROUTING_KEY = None ROUTING_KEY = None
def __init__(self, config=None): def __init__(self, config=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment