From 57b7928a87f13e1d364f4fa44289bc18944b3e56 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Sun, 12 Oct 2014 15:46:18 +0000 Subject: QPID-6145: [Java Broker Documentation] Add new operational log messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1631193 13f79535-47bb-0310-9956-ffa450edef68 --- ...a-Broker-Appendix-Operational-Logging-Messages.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml b/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml index 90a0b1a35f..7b7928fda0 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml @@ -344,6 +344,25 @@ Statistic - messages delivered or received by the Broker. + + BRK-1014 + Message flow to disk active : Message memory use size of all messages exceeds threshold threshold size + + + + Indicates that the heap memory space occupied by messages has exceeded the threshold so the flow to disk feature has been activated. + + + + + BRK-1015 + Message flow to disk inactive : Message memory use size of all messages within threshold threshold size + + + + Indicates that the heap memory space occupied by messages has fallen below the threshold so the flow to disk feature has been deactivated. + + -- cgit v1.2.1