Bulk Dequeue using Standalone Java
906929Dec 22 2011 — edited Dec 22 2011Hi,
I'm new to AQ. I've a table called rawevents on which I've a trigger. When a record is inserted in to rawevents table, trigger adds that record in Oracle Queue. Now, I want to dequeue all the bulk messages using stand alone Java. Can any one provide running sample?
Please note that I don't want to use JMS or any othe messaging since this is a requirement for us. I should be able to dequeue bulk messages (not one by one messages) & process them using standalone java.
I'll really appreciate if some one can provide me working sample of the same.
Thanks!