How do i read IBM MQ messages using Azure Data Factory?

Sumit Salian 0 Reputation points
2024-12-10T02:50:35.85+00:00

Hi,

I wanted to read IBM MQ Messages using Azure data factory.

Will i be able to use Web activity to read MQ Messages?

Are there examples of this setup?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 33,631 Reputation points Volunteer Moderator
    2024-12-10T08:51:21.8866667+00:00

    You can set Up IBM MQ REST API and you verify in advance that your IBM MQ instance is configured to expose its REST API endpoints.

    https://developer.ibm.com/tutorials/mq-connect-app-queue-manager-cloud-azure

    Or in your ADF pipeline, you can add a Web Activity to make HTTP requests to the IBM MQ REST API. Configure the activity with the appropriate HTTP method (GET to retrieve messages) and the URL endpoint of the IBM MQ REST API.

    https://learn.microsoft.com/en-us/azure/data-factory/control-flow-web-activity

    If you need more advanced integration capabilities, consider using Azure Logic Apps with the IBM MQ connector https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-mq

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.