Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Push vs. pull model of dequeuing

sperkmandlSep 24 2009 — edited Nov 3 2009
Hi all, I wonder if anyone can comment on these two methods of dequeuing:

- push e.g. asynchronous notification of available messages (onAQNotification() ...).
- pull e.g. using DEQUEUE_WAIT_FOREVER wait option while dequeuing.

These two patterns are somewhat typical in message-oriented environments, but I miss any good reason to prefer a specific one in the context of AQ (such as performance).
I'm driving this subject in the context of jdbc only.
Comments are welcome.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 1 2009
Added on Sep 24 2009
1 comment
2,211 views