I am looking to integrate weblogic JMS queues with Azure Service Bus. Idea is to have weblogic JMS (or MDB is also fine) queue forward the message to Azure Service bus through some configuration, OR to create a listener on the weblogic queue to read the message and forward to Azure Service bus. I found some link with some sort of solution : https://community.oracle.com/tech/apps-infra/discussion/4152681/integrate-azure-service-bus-queues-with-oracle-soa12c
But this is related to having Soa12c setup with a JMS resource adapter, which is not available with only weblogic, so the steps do not fit in as-is. I am using WebLogic Server Version: 12.2.1.4.0.
Any help regarding this integration is appreciated! Thanks.