From 710b8a1f1285b9aa5bccee5b1906500667dd7bc5 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 7 Nov 2007 19:57:46 +0000 Subject: 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 --- cpp/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/Makefile.am') 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 \ -- cgit v1.2.1