Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

No Format
<date-time> INFO [qpid.message] MESSAGE <Actor> [<subject>] <MessageID> : <Message>

Wiki MarkupThe display of the first three entries '<date-time> INFO \ [qpid.message]' depend on your particular log4j configuration however you will always get the final message section:

No Format
MESSAGE <Actor> [<Subject>] <MessageID> : <Message>

...

Anchor
MessageList
MessageList

Message List

Wiki MarkupThe definitive list of messages is the property file found [here|http://svn.apache. org/viewvc/qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/logging/messages/LogMessages.properties?view=co]. For readability the list as been reproduced here with additional detail about the various parameterised values, shown like this '<value>', and optional values, shown like '\[optional]'.

Broker

No Format
BRK-1001 : Startup : Version: <Version> Build: <Build>
BRK-1002 : Starting : Listening on <Transport: TCP|TCP/SSL> port <Port>
BRK-1003 : Shuting down : <Transport: TCP|TCP/SSL> port <Port>
BRK-1004 : Ready
BRK-1005 : Stopped
BRK-1006 : Using configuration : <path>
BRK-1007 : Using logging configuration : <path>

...