diff options
| author | Alan Conway <aconway@apache.org> | 2007-11-07 16:06:31 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-11-07 16:06:31 +0000 |
| commit | b5fbfdf6b6d0878d484a2e9bd56b802dbded70ff (patch) | |
| tree | e456e6ec50d78963c5ed9a174882a9db4345e569 /qpid/cpp/src/tests/InProcessBroker.h | |
| parent | 941af7148965f32e7a660800b38882a55216cbf4 (diff) | |
| download | qpid-python-b5fbfdf6b6d0878d484a2e9bd56b802dbded70ff.tar.gz | |
Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"
alternative to the MessageListener::received() "push" API.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@592803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/InProcessBroker.h')
| -rw-r--r-- | qpid/cpp/src/tests/InProcessBroker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/InProcessBroker.h b/qpid/cpp/src/tests/InProcessBroker.h index 3f6ff0936e..c893e6906a 100644 --- a/qpid/cpp/src/tests/InProcessBroker.h +++ b/qpid/cpp/src/tests/InProcessBroker.h @@ -83,7 +83,7 @@ class InProcessConnector : QPID_LOG(debug, QPID_MSG(receiver << " DROP: " << f)); } } - catch (const sys::QueueClosed&) { + catch (const ClosedException&) { return; } } |
