From 3abc57827f2e21dcfeb751056d58143e12399c1a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 19 Jul 2007 21:52:24 +0000 Subject: * Summary: - Connect cluster handlers into broker handler chains. - Progress on wiring replication. * src/tests/cluster.mk: Temporarily disabled Cluster test. * src/tests/Cluster.h, cpp, Cluster_child.cpp: Updated to use UUIDs. * src/qpidd.cpp: - Load optional libs (cluster) - Include plugin config in options.parse. * src/qpid/cluster/SessionManager.h: - Create sessions, update handler chains (as HandlerUpdater) - Handle frames from cluster. * src/qpid/cluster/ClusterPlugin.h, .cpp: - renamed from ClusterPluginProvider - Create and connect Cluster and SessionManager. - Register SessionManager as HandlerUpdater. * src/qpid/cluster/Cluster.h, .cpp: Refactor as SessionFrameHandler. * src/qpid/broker/Connection.cpp: Apply HandlerUpdaters. * src/qpid/broker/Broker.h, .cpp: - Initialize plugins - Apply HandlerUpdaters * src/qpid/Plugin.h, .cpp: Simplified plugin framework. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@557788 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/cluster.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/cluster.mk') diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index bfcc4fd850..dcc70ca897 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -11,11 +11,13 @@ libqpidcluster_la_SOURCES = \ qpid/cluster/Cpg.cpp \ qpid/cluster/Cpg.h \ qpid/cluster/Dispatchable.h \ - qpid/cluster/ClusterPluginProvider.cpp \ + qpid/cluster/ClusterPlugin.cpp \ qpid/cluster/ClassifierHandler.h \ qpid/cluster/ClassifierHandler.cpp \ qpid/cluster/SessionFrame.h \ - qpid/cluster/SessionFrame.cpp + qpid/cluster/SessionFrame.cpp \ + qpid/cluster/SessionManager.h \ + qpid/cluster/SessionManager.cpp libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la -- cgit v1.2.1