How to use Azure Servcie Bus for local development and to implement integration tests?

Susanth Chadalavada 15 Reputation points
2023-04-24T15:56:41.69+00:00

We are thinking of using Azure service bus in our architecture, do you have any solution on using it for local development apart from creating a azure subscription? Similarly, implementing integration tests as part of deployment pipeline? Looking for emulator or docker images that can solve above issues.

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

3 answers

Sort by: Most helpful
  1. Pramod Valavala 20,636 Reputation points Microsoft Employee
    2023-04-24T16:08:11.38+00:00

    @Susanth Chadalavada Unfortunately, there is no local emulator for Service Bus available as of today. There is this feature request that you could up vote for it to gain more traction.

    In the meantime, the solution would be to create a new service bus namespace temporarily for your tests and delete it afterward.

    1 person found this answer helpful.

  2. Pejman Nik 0 Reputation points
    2024-01-08T06:37:27.8833333+00:00

    You could give Lazvard a try, This is an AMQP server simulator that is unofficially compatible with Azure Service Bus:

    https://github.com/PejmanNik/lazvard-message

    0 comments No comments

  3. Alex 0 Reputation points
    2024-08-01T18:56:40.7133333+00:00

    Thanks for the answer

    0 comments No comments

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.