Forum Discussion
visswami
Oct 20, 2022Copper Contributor
Azure Connectivity with Oracle Weblogic Queues
Hi All, Is there any guidelines on connectivity from any Azure component - Logic App or Data Factory or Functions with Oracle Weblogic JMS Queues?
umashankarsharma
Apr 05, 2023Copper Contributor
To access a queue on OCI WebLogic from Azure functions, you can use the Java Message Service (JMS) API. Here are the general steps:
Configure the OCI WebLogic server to expose the queue through JMS. This involves creating a JMS module, a connection factory, and a queue on the WebLogic server.
Create a Java application that uses the JMS API to connect to the WebLogic server and send/receive messages to/from the queue. This application can be packaged as a JAR file.
Upload the JAR file to an Azure Function App.
Create an Azure Function that references the JAR file and uses it to connect to the WebLogic server and send/receive messages to/from the queue.
Configure the OCI WebLogic server to expose the queue through JMS. This involves creating a JMS module, a connection factory, and a queue on the WebLogic server.
Create a Java application that uses the JMS API to connect to the WebLogic server and send/receive messages to/from the queue. This application can be packaged as a JAR file.
Upload the JAR file to an Azure Function App.
Create an Azure Function that references the JAR file and uses it to connect to the WebLogic server and send/receive messages to/from the queue.