Set Unit Of Order To The Message Being Send From The Sender
(Doc ID 2253392.1)
Last updated on APRIL 03, 2023
Applies to:
Oracle Communications Order and Service Management - Version 7.2.2 and laterInformation in this document applies to any platform.
Goal
On : 7.2.2 version, Other
Set Unit of order to the message being sent from the sender
Customer needs to sequence the messages to the target application. To achieve this, they are planning to use weblogic Unit of order functionality. Unit of Order is set programmatically by setting the setUnitOfOrder method in producer object.
Code snippet in Java used to set unit of order
public WLMessageProducer mProducer
mProducer.setUnitOfOrder(SubscriberID);
Customer using xquery sender.
Can you please provide below information
1. How can we access producer object in the sender query?
2. Is there any other way that can be used to set the unit of order to achieve sequencing?
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 |
References |