CAP icon indicating copy to clipboard operation
CAP copied to clipboard

Add support for azure service bus emulator, skipping calls to Service…

Open stuart-sharein opened this issue 7 months ago • 0 comments

Description:

Adds support for azure service bus emulator by skipping calls to ServiceBusAdministrationClient when the property UseDevelopmentEmulator is set in the connection string.

Issue(s) addressed:

  • Azure service bus emulator does not currently support the administration SDK, and topics/subscriptions/rules must be configured manually with a json configuration file

Changes:

Updated AzureServiceBusConsumerClient to parse the development flag from the connection string and skip calls to adminstration SDK when set

Affected components:

AzureServiceBusConsumerClient.cs

Checklist:

  • [ ] I have tested my changes locally
  • [ ] I have added necessary documentation (if applicable)
  • [ ] I have updated the relevant tests (if applicable)
  • [ ] My changes follow the project's code style guidelines

stuart-sharein avatar May 14 '25 08:05 stuart-sharein