Retrieve SQL Broker Messages - On Prem

Santhi Dhanuskodi 145 Reputation points
2024-04-09T15:33:03.49+00:00

Hi,

I want to read sql broker messages from on-prem sql server and process and send back to another API.

What is the best solutions to achieve this? Can Azure data factory help on this?

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

Accepted answer
  1. BhargavaGunnam-MSFT 26,136 Reputation points Microsoft Employee
    2024-04-09T17:28:23.51+00:00

    Hello Santhi Dhanuskodi,

    Yes, I belive you can use ADF to read SQL Broker messages from an on-premises SQL and process them before sending them to another API.

    You can use the dataflow for this.

    Here are the high level steps:

    1. Configure a self-hosted integration runtime and connect to source on-prem.
    2. Use a data flow in the pipeline to transform the messages as needed. You can use the transformations like filtering, aggregating, and joining etc
    3. Use the REST connector as sink in ADF to send the transformed messages to the target API.
    4. Schedule the pipeline.

    I hope this helps.

    0 comments No comments

0 additional answers

Sort by: Most helpful