Solution for migrating Service broker to Azure service bus

Muralikrishna lekkala 1 Reputation point
2021-03-04T11:18:48.913+00:00

Hi All, i have to migrate SQL service broker functionality to Azure Service bus. could you suggest the ways to implement in Azure

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
542 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,391 Reputation points
    2021-03-05T10:06:35.163+00:00

    Hi @Muralikrishna lekkala

    Welcome to Microsoft Q&A! Thanks for posting the question.

    It would depend on your use case/scenario whether you can use the azure service bus instead of SQL service broker.

    SQL Server Service Broker is the perfect choice for the cases where you need messages to be processed in a sequence inside SQL Server itself. Of course, it can be used otherwise too.
    Whereas the service bus is a fully managed enterprise message broker with message queues and publish-subscribe topics. Service Bus is used to decouple applications. I will suggest you to review this to learn more about the use of service bus and see if it fits your business scenario.

    0 comments No comments