diff options
| author | Keith Wall <kwall@apache.org> | 2014-10-12 15:46:18 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-10-12 15:46:18 +0000 |
| commit | 57b7928a87f13e1d364f4fa44289bc18944b3e56 (patch) | |
| tree | 8f80e25b0c78a02b7cebd22d945480db1c434fed /qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml | |
| parent | f076ad6c5e372b4cae45ede6ba7d36d8714ee0f4 (diff) | |
| download | qpid-python-57b7928a87f13e1d364f4fa44289bc18944b3e56.tar.gz | |
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
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ <para>Statistic - messages delivered or received by the Broker.</para> </entry> </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1014"> + <entry morerows="1">BRK-1014</entry> + <entry>Message flow to disk active : Message memory use <replaceable>size of all messages</replaceable> exceeds threshold <replaceable>threshold size</replaceable></entry> + </row> + <row> + <entry> + <para>Indicates that the heap memory space occupied by messages has exceeded the threshold so the flow to disk feature has been activated.</para> + </entry> + </row> + + <row id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1015"> + <entry morerows="1">BRK-1015</entry> + <entry>Message flow to disk inactive : Message memory use <replaceable>size of all messages</replaceable> within threshold <replaceable>threshold size</replaceable></entry> + </row> + <row> + <entry> + <para>Indicates that the heap memory space occupied by messages has fallen below the threshold so the flow to disk feature has been deactivated.</para> + </entry> + </row> </tbody> </tgroup> </table> |
