From 5ee8574ae432294f56f60ced5cfde3082cfd2dba Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 6 Dec 2006 12:01:40 +0000 Subject: Added new configuration option for staging threshold (size above which messages will be written to disk as content arrives rather than accumulating that content in memory). Pass this through to all channels and to the store on recovery. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483046 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/lib/broker/QueueRegistry.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/lib/broker/QueueRegistry.cpp') diff --git a/qpid/cpp/lib/broker/QueueRegistry.cpp b/qpid/cpp/lib/broker/QueueRegistry.cpp index 304f696a7f..2d1382ef09 100644 --- a/qpid/cpp/lib/broker/QueueRegistry.cpp +++ b/qpid/cpp/lib/broker/QueueRegistry.cpp @@ -73,3 +73,7 @@ string QueueRegistry::generateName(){ } while(queues.find(name) != queues.end()); return name; } + +MessageStore* const QueueRegistry::getStore() const { + return store; +} -- cgit v1.2.1