diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2011-03-16 20:30:49 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2011-03-16 20:30:49 +0000 |
| commit | 60de771f86a915a3bacdb8b3bee3738bf4a8887d (patch) | |
| tree | 47c8072618be52bc2425f44bfc93599606ab9c9c /python | |
| parent | ad1276e874b9fcad739bddf074467ff7acc31ede (diff) | |
| download | qpid-python-60de771f86a915a3bacdb8b3bee3738bf4a8887d.tar.gz | |
changed python clients durable default to False
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082290 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/messaging/driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/messaging/driver.py b/python/qpid/messaging/driver.py index 2eb2c1863e..91dc5979de 100644 --- a/python/qpid/messaging/driver.py +++ b/python/qpid/messaging/driver.py @@ -66,7 +66,7 @@ class Attachment: # XXX -DURABLE_DEFAULT=True +DURABLE_DEFAULT=False # XXX |
