From 7aa901e0790060c599b234cfc5d36604f874016f Mon Sep 17 00:00:00 2001
From: "Bo-Chun Louis Chen(VM)" <louistw@uab.edu>
Date: Sat, 22 Feb 2020 06:37:22 +0000
Subject: [PATCH] Make queue default to durable

---
 rc_rmq.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc_rmq.py b/rc_rmq.py
index 30f7c18..14f969c 100644
--- a/rc_rmq.py
+++ b/rc_rmq.py
@@ -13,7 +13,7 @@ class RCRMQ(object):
     EXCHANGE = ''
     EXCHANGE_TYPE = 'direct'
     QUEUE = None
-    DURABLE = False
+    DURABLE = True
     ROUTING_KEY = None
 
     def __init__(self, config=None):
-- 
GitLab