Connectivity between Oracle Weblogic JMS Queues

Vishwanath Swaminathan 1 Reputation point
2022-10-20T14:04:07.493+00:00

Is there any connectivity options available to connect to Oracle Weblogic JMS queues from any Azure components (Logic App, Data Factory or Function App)

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,263 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,844 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,542 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,476 Reputation points
    2022-11-02T07:44:01.803+00:00

    @Vishwanath Swaminathan Thanks for reaching out and apology for the delay.

    Unfortunately, there are no connectors available in logic app, azure data factory or azure function trigger that can help you with your use case. The avaiable connector for azure data factory is listed here and for logic app you can refer to this connector document.

    The alternative would be writing your own code and connecting to JMS queue to read/send the messages to the queue. I am not an expert in Oracle Weblogic JMS but I believe you can leverage the JMS client library to perform the operations. You can try exploring this article (third party) in case if you want to create the custom connector in logic app.

    1 person found this answer helpful.