diff options
| author | Keith Wall <kwall@apache.org> | 2014-05-16 10:23:28 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-05-16 10:23:28 +0000 |
| commit | 4770c709c9a1a28ac2d623a7a476af15f31ecc78 (patch) | |
| tree | eea3e074c5afabcfe6745da3e41fa1a9b0869a5c /qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml | |
| parent | 081bc26aad845b3b8c4190afb7014206b74e4335 (diff) | |
| download | qpid-python-4770c709c9a1a28ac2d623a7a476af15f31ecc78.tar.gz | |
QPID-5554: [Java Broker Documentation] Add logging overview and appendix describing queue alerts
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1595148 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 | 133 |
1 files changed, 132 insertions, 1 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 fb4761669b..64156ce42c 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 @@ -867,7 +867,8 @@ </row> <row> <entry> - <para>Indicates that a message store has been created.</para> + <para>Indicates that a message store has been created. The message store is responsible for the storage + of the messages themselves, including the message body and any headers.</para> </entry> </row> <row id="Java-Broker-Appendix-Operation-Logging-Message-MST-1002"> @@ -953,4 +954,134 @@ </tgroup> </table> + <table pgwide="1" id="Java-Broker-Appendix-Operation-Logging-Message-List-TransactionStore"> + <title>Transaction Store Log Messages</title> + <tgroup cols="2"> + <thead> + <row> + <entry>Message Id</entry> + <entry>Message Text / Purpose</entry> + </row> + </thead> + <tbody> + <row id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1001"> + <entry morerows="1">TXN-1001</entry> + <entry>Created</entry> + </row> + <row> + <entry> + <para>Indicates that a transaction store has been created. The transaction store is responsible for the storage + of messages instances, that is, the presence of a message on a queue.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1002"> + <entry morerows="1">TXN-1002</entry> + <entry>Store location : <replaceable>path</replaceable></entry> + </row> + <row> + <entry> + <para>Indicates that the transaction store is using <replaceable>path</replaceable> for the + location of the store.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1003"> + <entry morerows="1">TXN-1003</entry> + <entry>Closed</entry> + </row> + <row> + <entry> + <para>Indicates that the transaction store has been closed.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1004"> + <entry morerows="1">TXN-1004</entry> + <entry>Recovery Start</entry> + </row> + <row> + <entry> + <para>Indicates that transaction recovery has begun.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-MST-TXN"> + <entry morerows="1">TXN-1005</entry> + <entry>Recovered <replaceable>number</replaceable> messages for queue <replaceable>name</replaceable>.</entry> + </row> + <row> + <entry> + <para>Indicates that recovery recovered the given number of message instances for the given queue.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-TXN-1006"> + <entry morerows="1">TXN-1006</entry> + <entry>Recovered Complete</entry> + </row> + <row> + <entry> + <para>Indicates that the message recovery is concluded.</para> + </entry> + </row> + </tbody> + </tgroup> + </table> + + <table pgwide="1" id="Java-Broker-Appendix-Operation-Logging-Message-List-ConfigurationStore"> + <title>Configuration Store Log Messages</title> + <tgroup cols="2"> + <thead> + <row> + <entry>Message Id</entry> + <entry>Message Text / Purpose</entry> + </row> + </thead> + <tbody> + <row id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1001"> + <entry morerows="1">CFG-1001</entry> + <entry>Created</entry> + </row> + <row> + <entry> + <para>Indicates that a configuration store has been created. The configuration store is responsible + for the storage of the definition of objects such as queues, exchanges, and bindings.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1002"> + <entry morerows="1">CFG-1002</entry> + <entry>Store location : <replaceable>path</replaceable></entry> + </row> + <row> + <entry> + <para>Indicates that the configuration store is using <replaceable>path</replaceable> for the + location of the store.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1003"> + <entry morerows="1">CFG-1003</entry> + <entry>Closed</entry> + </row> + <row> + <entry> + <para>Indicates that the configuration store has been closed.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1004"> + <entry morerows="1">CFG-1004</entry> + <entry>Recovery Start</entry> + </row> + <row> + <entry> + <para>Indicates that configuration recovery has begun.</para> + </entry> + </row> + <row id="Java-Broker-Appendix-Operation-Logging-Message-CFG-1005"> + <entry morerows="1">CFG-1005</entry> + <entry>Recovered Complete</entry> + </row> + <row> + <entry> + <para>Indicates that the configuration recovery is concluded.</para> + </entry> + </row> + </tbody> + </tgroup> + </table> </appendix> |
