Unable To Set the Expiration Property Of the WebLogic JMS Queue Through Xquery
(Doc ID 1448177.1)
Last updated on APRIL 03, 2023
Applies to:
Oracle Communications Order and Service Management - Version 7.0.1 and laterInformation in this document applies to any platform.
Goal
Unable to set an Expiration value to the JMS message using setJMSExpiration() method in XQuery.
The following is the Sample method used in XQuery to set the JMS properties (Expiration and CorrelationID):
setJMSExpiration($outboundMessage, 10000),
setJMSCorrelationID($outboundMessage, $correlationID),
setJMSCorrelationID($outboundMessage, $correlationID),
Solution
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
Goal |
Solution |