Oracle Advance Queue

445 Views Asked by At

I need to create xml payload and send that to oracle advance queue. I knew to create xmlpayload using pl/sql. but no idea about oracle AQ's. Could somebody please help me how to achieve this. how to create AQ's and send payload to AQ? Thanks in advance.

1

There are 1 best solutions below

3
On

AQ is covered quite well with examples in the official documentation, see https://docs.oracle.com/database/121/ADQUE/aq_opers.htm#ADQUE1000. For XML I would post the message as text or JMS text. Try the official samples and ask more specific questions if you run into problems!