summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2011-03-16 20:30:49 +0000
committerRafael H. Schloming <rhs@apache.org>2011-03-16 20:30:49 +0000
commitd2e2dd12a445befcd4bdbc377feed04c0fb293a0 (patch)
treea18f6278ef256c0d73d302ccae0a815216b6fff6
parent7d22843c7e56db906360c1c21a5adb7b014b35b4 (diff)
downloadqpid-python-d2e2dd12a445befcd4bdbc377feed04c0fb293a0.tar.gz
changed python clients durable default to False
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1082290 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/python/qpid/messaging/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/messaging/driver.py b/qpid/python/qpid/messaging/driver.py
index 2eb2c1863e..91dc5979de 100644
--- a/qpid/python/qpid/messaging/driver.py
+++ b/qpid/python/qpid/messaging/driver.py
@@ -66,7 +66,7 @@ class Attachment:
# XXX
-DURABLE_DEFAULT=True
+DURABLE_DEFAULT=False
# XXX