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 | cf46b033ebda4bb57a8180cdbc258f61c83f956c (patch) | |
| tree | 47c8072618be52bc2425f44bfc93599606ab9c9c /python/qpid | |
| parent | 2cc74a91cf80ea64db57d7c664d2269c857fa188 (diff) | |
| download | qpid-python-cf46b033ebda4bb57a8180cdbc258f61c83f956c.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/qpid')
| -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 |
