diff options
| author | Gordon Sim <gsim@apache.org> | 2009-02-20 10:42:31 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-02-20 10:42:31 +0000 |
| commit | f1e96b7aa7db5ce3aa006d489ffbf16db0e9541c (patch) | |
| tree | f8c35381276ba0a5e6842864d3852ccff669e8d1 /qpid/cpp | |
| parent | 6c219134ffe20c778ab683feae06fd7e374bb057 (diff) | |
| download | qpid-python-f1e96b7aa7db5ce3aa006d489ffbf16db0e9541c.tar.gz | |
Commit accepts of control messages (else they are left on queue)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@746197 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/tests/txshift.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/txshift.cpp b/qpid/cpp/src/tests/txshift.cpp index 5db08d7a53..5f9c4f17fa 100644 --- a/qpid/cpp/src/tests/txshift.cpp +++ b/qpid/cpp/src/tests/txshift.cpp @@ -155,6 +155,7 @@ struct Worker : FailoverManager::Command, Runnable SubscriptionManager subs(session); transfer.subscribeToControl(subs); subs.run(); + session.txCommit();//commit accept of control messages } }; |
