views:

30

answers:

0

Hi,

I am trying to propagate messages between two queues that are in the same database. I did exactly as it says here: askanantha.googlepages.com/Oracle_AQ-Example-MultiQueue.pdf

The message is propagated successfully. The problem is that it doesn't to dequeue the message with the default subscriber of the destination queue.

The only difference between what I did and what is in the example above is that I didn't create a database link. I don't think I need to because the queues are in the same database, and the problem is not the propagation because as I said the message has moved to the destination queue.

Thank you:)