From 9ea723cece806faf112d78bf325d6e274cb941d3 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 15 Aug 2011 16:47:56 +0000 Subject: QPID-3423 - Timing and Performance Improvements in QMF Libraries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1157907 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qmf/ConsoleSession.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/include/qmf/ConsoleSession.h') diff --git a/qpid/cpp/include/qmf/ConsoleSession.h b/qpid/cpp/include/qmf/ConsoleSession.h index 6008036eec..5e3a091e5d 100644 --- a/qpid/cpp/include/qmf/ConsoleSession.h +++ b/qpid/cpp/include/qmf/ConsoleSession.h @@ -61,6 +61,10 @@ namespace qmf { * If False: Listen only on the routable direct address * strict-security:{True,False} - If True: Cooperate with the broker to enforce strict access control to the network * - If False: Operate more flexibly with regard to use of messaging facilities [default] + * max-thread-wait-time:N - Time (in seconds) the session thread will wait for messages from the network between + * periodic background processing passes. + * Must not be greater than 60. Larger numbers will cause fewer wake-ups but will + * increase the time it takes to shut down the process. [default: 5] */ QMF_EXTERN ConsoleSession(qpid::messaging::Connection& conn, const std::string& options=""); -- cgit v1.2.1