edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > SAF Destinations: Logging

SAF Destinations: Logging

Configuration Options     Related Tasks     Related Topics

Use this page to configure JMS message life cycle logging options for a SAF queue or topic.

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

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