Modify This Message Logging Params

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JMSSystemResources/{name}/JMSResource/uniformDistributedTopics/{name}/messageLoggingParams

Modify this message logging params.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the modified message logging params model.

Root Schema : Message Logging Params
Type: object
Show Source
  • Default Value: false

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

  • Default Value: oracle.doceng.json.BetterJsonNull@32a2f3b3

    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 the JMSMessageID of the message. Gets the message-logging-format element.

  • Template Reference
    Title: Template Reference
    Read Only: true
    Contains the template reference.

    Finds the template bean for this destination.

Nested Schema : Template Reference
Type: array
Title: Template Reference
Read Only: true
Contains the template reference.

Finds the template bean for this destination.

Show Source
Security
Back to Top

Response

200 Response

Back to Top