From 1e77b7bcf6766afbf161137284edbf2a6a255447 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 2 Feb 2011 18:16:57 +0000 Subject: QPID-3032 - Modifications to the QMFv2 implementation: 1) Use the topic exchange as the base for direct and reply-to addresses. 2) Add a strict-security option to the Console and Agent APIs that narrows the messaging patterns used such that they can easily be controlled by broker ACL policy. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066562 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/ConsoleSessionImpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/src/qmf/ConsoleSessionImpl.h') diff --git a/qpid/cpp/src/qmf/ConsoleSessionImpl.h b/qpid/cpp/src/qmf/ConsoleSessionImpl.h index 85ddc820f4..675c8bcfb5 100644 --- a/qpid/cpp/src/qmf/ConsoleSessionImpl.h +++ b/qpid/cpp/src/qmf/ConsoleSessionImpl.h @@ -73,6 +73,8 @@ namespace qmf { qpid::messaging::Sender topicSender; std::string domain; uint32_t maxAgentAgeMinutes; + bool listenOnDirect; + bool strictSecurity; Query agentQuery; bool opened; std::queue eventQueue; -- cgit v1.2.1