APIM to send message to multiple backend

Yang Chow Mun 121 Reputation points
2024-01-06T10:20:23.5133333+00:00

Hi all, I would like to set up something like this using APIM

  1. A source is pushing message to apim.
  2. APIM is sending the message to the corresponding subscribers.
  3. I am expecting to have a few subscribers, is there a way to achieve this in apim?

Thanks!

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,428 questions
{count} votes

Accepted answer
  1. Pinaki Ghatak 5,600 Reputation points Microsoft Employee Volunteer Moderator
    2024-01-06T15:54:11.8066667+00:00

    Hello @Yang Chow Mun

    Your question is a bit unclear. It seems you are trying to adopt a publish / subscribe pattern, and in this case there are many subscribers.

    If this is the case, a Azure Service bus with topics will be the correct way to go. Please read more here.

    https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions?tabs=passwordless

    Let us know, if this helps you to go further, and if so, please mark this answer as accepted to help further readers who are seeking similar questions.

    Thank you


0 additional answers

Sort by: Most helpful

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.