Modify This Message Logging Params
/management/weblogic/{version}/edit/JMSSystemResources/{name}/JMSResource/templates/{name}/messageLoggingParams
Modify this message logging params.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the modified message logging params model.
object
-
messageLoggingEnabled:
boolean
Default Value:
false
Specifies whether the module logs information about the message life cycle.
-
messageLoggingFormat:
string
Default Value:
oracle.doceng.json.BetterJsonNull@277b8fa4
Defines which information about the message is logged.
Valid values are:
%header% - All JMS header fields are logged.
%properties% - All user-defined properties are logged.
JMSDeliveryTime - This WebLogic JMS-specific extended header field is logged.
JMSRedeliveryLimit - This WebLogic JMS-specific extended header field is logged.
foo - Any valid JMS header field or user-defined property is logged.
When specifying multiple values, enter them as a comma-separated list. The
%header%
and%properies%
values are not case sensitive. For example, you could use"%header%,%properties%"
for all the JMS header fields and user properties. However, the enumeration of individual JMS header fields and user-defined properties are case sensitive. To enumerate only individual JMS header fields you could use"%header, name, address, city, state, zip"
Note: The
JMSMessageID
field is always logged and cannot be turned off. Therefore, if the Message Logging Format is not defined (i.e., null) or is defined as an empty string, then the output to the log file contains only theJMSMessageID
of the message. Gets themessage-logging-format
element. -
templateBean:
array Template Reference
Title:
Template Reference
Read Only:true
Contains the template reference.Finds the template bean for this destination.
array
Template Reference
true
Finds the template bean for this destination.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.