summaryrefslogtreecommitdiff
path: root/cpp/lib/broker/QueueRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/broker/QueueRegistry.cpp')
-rw-r--r--cpp/lib/broker/QueueRegistry.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/lib/broker/QueueRegistry.cpp b/cpp/lib/broker/QueueRegistry.cpp
index 304f696a7f..2d1382ef09 100644
--- a/cpp/lib/broker/QueueRegistry.cpp
+++ b/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;
+}