Advanced Queuing in RAC: Buffered messages between 2 instances in RAC environment
I want to improve the elapsed time of the dequeue buffered message by another instance in RAC environment with 2 node. in order to do that, I am implementing queue-to-queue messaging in RAC. I have implemented 2 queues (source queues and destinations queues). I am trying to propagate the message enqueued in source queue belong to the first instance of cluster to destination queue belong to second instance of the cluster. Unfortunately, it doesn't work. The access into instances of the cluster is done by scan listener. Do you have any idea or to give me the differents steps to do