Modify This Message Logging Params
/management/weblogic/{version}/edit/JMSSystemResources/{name}/JMSResource/uniformDistributedTopics/{name}/messageLoggingParams
Modify this message logging params.
Request
- application/json
 
- 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: 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(optional): 
            boolean
            Default Value:
falseSpecifies whether the module logs information about the message life cycle.
 - 
            messageLoggingFormat(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@6607ffd6Defines 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
JMSMessageIDfield 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 theJMSMessageIDof the message. Gets themessage-logging-formatelement. - 
            templateBean(optional): 
            array  Template Reference
            
            Title:
Template ReferenceRead Only:trueContains the template reference.Finds the template bean for this destination.
 
arrayTemplate ReferencetrueFinds the template bean for this destination.
- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.