Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Queue: Configuration: Logging

Configuration Options     Related Tasks     Related Topics

Use this page to configure message life cycle logging options for a destination.

A message life cycle is an external view of the basic events that a JMS message traverses through, such as message production, consumption, and removal. The content of the message log always includes message ID and correlation ID, but you can also configure information like message type and user properties.

Configuration Options

Name Description
Enable Message Logging

Specifies whether the module logs information about the message life cycle.

MBean Attribute (Does not apply to application modules) :
MessageLoggingParamsBean.MessageLoggingEnabled

All Headers

Includes all message header fields in the log messages.

MBean Attribute (Does not apply to application modules) :
MessageLoggingParamsBean.MessageLoggingFormat

Headers

To include only a subset of header fields, use the arrows to move them from the Available to the Chosen column.

All Properties

Includes all properties in the log messages.

MBean Attribute (Does not apply to application modules) :
MessageLoggingParamsBean.MessageLoggingFormat

Properties

To include only a subset of properties, use the arrows to move them from the Available to the Chosen column.

User-Defined Properties

Enter any user-defined properties in the box.

All Body

Includes all of the message body in the log messages.

MBean Attribute (Does not apply to application modules) :
MessageLoggingParamsBean.MessageLoggingFormat

Related Tasks

Related Topics


Back to Top