Oracle scheduler - JMS queue and Event based jobs
1. 1. Siebel application submits the Order
2. 2. The Order Id and XML Payload is inserted in Oracle JMS queue (In COORID and USER_DATA respectively)
Now I need to trigger Oracle stored procedure and pass Order Id and XML message as parameters to the procedure
How can I do that?
Appreciate any help.
Thanks