summaryrefslogtreecommitdiff
path: root/java/common/Composite.tpl
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-02-19 15:09:26 +0000
committerRafael H. Schloming <rhs@apache.org>2009-02-19 15:09:26 +0000
commit0ad1331e60191b01e46194beebd93aac3df211d4 (patch)
tree304ad25858e1131831930e219144dcc70b093eea /java/common/Composite.tpl
parent2195a9a0986f9a52c3fce0c5765fe5cf454e31b2 (diff)
downloadqpid-python-0ad1331e60191b01e46194beebd93aac3df211d4.tar.gz
QPID-1665: add a timer to ensure message acking is never delayed more than 1000 ms by default, this is configurable by qpid.session.max_ack_delay
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@745892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/Composite.tpl')
-rw-r--r--java/common/Composite.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/common/Composite.tpl b/java/common/Composite.tpl
index 17cf846d8c..c46d0a12cc 100644
--- a/java/common/Composite.tpl
+++ b/java/common/Composite.tpl
@@ -145,6 +145,7 @@ if options or base == "Method":
if base == "Method":
out(""" case SYNC: this.setSync(true); break;
case BATCH: this.setBatch(true); break;
+ case UNRELIABLE: this.setUnreliable(true); break;
""")
out(""" case NONE: break;
default: throw new IllegalArgumentException("invalid option: " + _options[i]);