Hi friends,
I've few questions about Advanced Queuing concepts in 11g.
- Can we use the same queue table and build different queues with same payload type?
- Once the record/data is dequeued from the queue using DBMS_AQ.DEQUEUE procedure still the data will be in queue table? (with my example , it's still there in the table)
- How can we clear this data from queue table after successfull dequeue? any internal feature is there or do we need to give DELETE FROM XXX_table?
- How can we acknowledge the other system that we've enqueued the data in oracle 11g? ( I've seen few examples in net but they shows only using java code, but i want in oracle)
You clarifications are much appreciated, thanks.