-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Describe the feature.
Describe the requested feature
Microsoft released a local emulator for Azure Service Bus.
Currently the emulator lacks some features that make using the emulator in a development scenario with NServiceBus difficult or impossible:
- The emulator does not support any admin features from the SDK. Entities must be setup beforehand using a configuration file and NServiceBus installers cannot be run without errors.
- The emulator does not support SQL filters, breaking the NServiceBus pub/sub implementation.
This issue can help track when Particular Software becomes aware that these features have been added to the emulator and when this transport is then compatible with it.
Describe alternatives you've considered
The current alternative is to continue using a full Azure namespace for development. Many users use a Standard tier namespace for development, often one per developer due to it's relatively low cost, and move to a Premium tier namespace for production.
guibranco and francisdiddenktn