User Defined Properties Defined for UDQ Logging in Console are not Reflected
(Doc ID 2729627.1)
Last updated on NOVEMBER 27, 2024
Applies to:
Oracle WebLogic Server - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
User-defined Properties defined for UDQ logging in console are not reflected in jms config.xml.
The User-Defined Properties for UDQ Logging is not working as it does in 11g(10.3.6), using the same configuration. When %body% is defined in User-defined Properties for UDQ logging, it doesn't reflect in config.
Steps to Reproduce:
1. Create a WLS 12.2.1.4 domain.
2. Log into WLS Admin console, create UDQ.
3. Click on UDQ-> Logging tab
check the following :
Enable Message Logging
All Headers
All Properties
For "User-defined Properties:", define as %body%
save and activate changes.
4. Once the changes are activated, notice that the following shows as checked in the console.
Enable Message Logging
All Headers
All Properties
But "User-defined Properties:" shows as empty.
5. From the JMS config.xml, notice the following:
<message-logging-enabled>true</message-logging-enabled>
<message-logging-format>%header%,%properties%</message-logging-format>
i.e. the "User-defined Properties:" which was set as %body% is not reflected.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |