Skip to Content
Technical Articles
Author's profile photo Purusottam Agarwal

Integration with Azure Service Bus using AMQP Sender Adapter

Introduction

AMQP sender adapter is used to poll messages from message broker like Azure service bus, RabbitMQ,Google PubSub,SAP Event Mesh etc.In this blog I will be using Azure Service Bus.

 

 

I connected Microsoft Azure Service Bus(ASB) to SAP Integration Suite using AMQP sender adapter and configured  the parameters like connection details and processing details.

Iflow

AMQP_PROCESSING

Initially it was a challenge to connect to Azure service bus topics because of not using the term “subscriptions” in Queue name in processing tab.

The Queue name value should be in the below format(for Topics).

Topic_Name/subscriptions/Subscription_Name.

So in the below screenshot I have used the term “subscriptions” in Queue name and messages were successfully received in integration flow from Azure Service bus.

 So make sure to use “subscriptions” in Queue Name parameters for polling messages from Azure service bus topics.

 

 

Reference

https://blogs.sap.com/2019/11/20/cloud-integration-connecting-to-external-messaging-systems-using-the-amqp-adapter/

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.