Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
purusottam_agar
Explorer
2,383
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.



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-th...
Labels in this area