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!

Checking Queue for Messages from .NET

948826Jul 11 2012 — edited Jul 17 2012
Hi, this is hopefully a simple question - is there a way to check a queue for messages which are awaiting processing from .NET? If I put a queue into a message and then start a .NET application and try to Dequeue, I get nothing back and the application receives the standard error after the DequeueOptions.Wait period has elapsed.

Thanks

Comments

758358
Hi,

if there is a message in the queue ready for processing then a DQ attempt should pick it up, if there isn't then your DQ should wait the specified duration (as given in your DQ options) and then timeout with a specific ORA- message, it is up to you how you handle this in .NET - catch the error, go to sleep for 5 minutes and then try again ?

Thanks
Paul
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 14 2012
Added on Jul 11 2012
1 comment
126 views