Integration with AWS MQ

Sharma, Rahul 80 Reputation points
2024-02-07T13:52:22.17+00:00

Hi All, We are trying to connect to AWS MQ to store the data in Azure data lake. does anyone know if function app or logic app can connect to AWS MQ and how ? Thanks, Rahul

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dronec 181 Reputation points
    2024-02-08T10:24:51.5866667+00:00

    I'd suggest to go with AWS Lambda attached to MQ that would push messages to Azure Queue or Service Bus which you'd push to Datalake or wherever

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2024-02-09T11:23:22.0666667+00:00

    @Sharma, Rahul Thanks for reaching out.

    As per Amazon MQ document it looks like there are SDK that can be used to connect to Amazon MQ. Azure function supports the languages documented here. As per the SDK supported by Amazon MQ you can choose the language and write your custom code to connect to Amazon MQ to read the data.

    Similarly, you can leverage the Data lake SDK storage or any other SDK as per the supported destination you can store those messages/data.


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.