Problem with Queue

Roeland

Member³
Hi,

I'm developing a program that uses a Queue to communicate with other instances of this same programme. I'm still in the test and investigation phase.

I have setup a Queue which is multiconsumer and transactional.

Now when Dequeueing I constantly get the error ORA-25235. (fetched all messages in current transaction)

What do I wrong?
Are there any demo applications using this functionality?
The one supplied is single consumer.

Many thanks,

Roeland
 
There is a QueueDemo included with the package.

That's right. But, it isn't multiuser nor transactional. So although this demo fully works, I'm no step closer to my goal.

Is there anybody who have made such a test program? Something small that works. It will help me a lot.

Thanks,

Roeland
 
Back
Top