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 | 2e45c6ba10c0a5b2100197fc33472eea5df5ba05 (patch) | |
| tree | 7c9a1ae58b8c2cf0dd77d2b6df1aa52d0868d134 /qpid/cpp/src/Makefile.am | |
| parent | b5fbfdf6b6d0878d484a2e9bd56b802dbded70ff (diff) | |
| download | qpid-python-2e45c6ba10c0a5b2100197fc33472eea5df5ba05.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@592869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 681b8ed8ed..a0f01fefe8 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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 \ |
