Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Template: Configuration: Logging

Configuration Options     

Use this page to enable the logging of message life cycle information for destinations that are based on this template.

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


Back to Top