Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stuart-sharein
Copy link

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

…BusAdministrationClient when UseDevelopmentEmulator property set in connection string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant