Hi experts,
I am trying to create bridge between Oracle 12.x and Redhat AMQ. This is what has been done to set up the bridge:
I have configure foreign server in WebLogic server. In JNDI properties, I put queue.OrderQueue=OrderQueue and in Destination Remote JNDI name I put remote name as OrderQueue.
Then I test by sending message using Business Service. The expected result is, message will be route to OrderQueue in RedHat AMQ. Upon testing, I found out the message didn't route to dedicated queue.
Is there any reference that I can refer too? Kindly point me where I can refer too.
Thanks in advance