diff options
| author | Alan Conway <aconway@apache.org> | 2007-11-07 19:57:46 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-11-07 19:57:46 +0000 |
| commit | 710b8a1f1285b9aa5bccee5b1906500667dd7bc5 (patch) | |
| tree | 83005778c44cf7d897cef882ced2330bc8bd2228 /cpp/src/Makefile.am | |
| parent | d19657d82321b2b5e2cac386c49aa99f82b976fb (diff) | |
| download | qpid-python-710b8a1f1285b9aa5bccee5b1906500667dd7bc5.tar.gz | |
client::SubscriptionManager:
- Added autoStop support.
- Added LocalQueue subscriptions.
- Expose AckPolicy settings to user.
client::Message:
- incoming Messages carry their session for acknowledge
perftest: (see perftest --help for details...)
- allow multiple consumers.
- 3 queue modes: shared, fanout, topic.
- set size of messages
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@592869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 681b8ed8ed..a0f01fefe8 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -208,6 +208,7 @@ libqpidclient_la_SOURCES = \ qpid/client/Connector.cpp \ qpid/client/Demux.cpp \ qpid/client/Dispatcher.cpp \ + qpid/client/LocalQueue.cpp \ qpid/client/MessageListener.cpp \ qpid/client/Correlator.cpp \ qpid/client/CompletionTracker.cpp \ @@ -307,6 +308,7 @@ nobase_include_HEADERS = \ qpid/client/Exchange.h \ qpid/client/Message.h \ qpid/client/Queue.h \ + qpid/client/AckPolicy.h \ qpid/client/Completion.h \ qpid/client/CompletionTracker.h \ qpid/client/Connection.h \ @@ -316,6 +318,7 @@ nobase_include_HEADERS = \ qpid/client/Correlator.h \ qpid/client/Demux.h \ qpid/client/Dispatcher.h \ + qpid/client/LocalQueue.h \ qpid/client/Execution.h \ qpid/client/ExecutionHandler.h \ qpid/client/Future.h \ |
