diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-28 11:52:05 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-28 11:52:05 +0000 |
| commit | 5d56811dc2034c5316828dffcb43ce31016599e8 (patch) | |
| tree | c42f7100ed1965016eb8c1a61197ad8e2e060144 /qpid/cpp/src/tests/txtest.cpp | |
| parent | 37036bc3a07e717c3a1bf27a1ec745adc47490aa (diff) | |
| download | qpid-python-5d56811dc2034c5316828dffcb43ce31016599e8.tar.gz | |
Recent change from AckPolicy to Subscription means completions are not sent automatically which is required in window mode. Added manual send as temporary measure.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/txtest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/txtest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/txtest.cpp b/qpid/cpp/src/tests/txtest.cpp index 9d253ddb7f..a4ee32c38a 100644 --- a/qpid/cpp/src/tests/txtest.cpp +++ b/qpid/cpp/src/tests/txtest.cpp @@ -159,6 +159,7 @@ struct Transfer : public Client, public Runnable session.messageTransfer(arg::content=out, arg::acceptMode=1); } sub.accept(sub.getUnaccepted()); + session.sendCompletion(); if (opts.dtx) { session.dtxEnd(arg::xid=xid); session.dtxPrepare(arg::xid=xid); |
