Skip to content

Note that ASB emulator is incompatible #7049

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

Merged
merged 2 commits into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion architecture/azure/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Azure Service Bus has two pricing tiers: [Standard and Premium](https://learn.mi
- The maximum message size is 256 KB on the Standard tier
- Cross-entity transactions are limited to 100 messages
- No cross-namespace communication
- No emulator for local development or testing available
- Emulator for local development and testing [does not have required features](/transports/azure-service-bus/#transport-at-a-glance) to work with the Particular Service Platform.

[**Try the Azure Service Bus Tutorial →**](https://learn.microsoft.com/en-us/azure/service-bus-messaging/build-message-driven-apps-nservicebus?tabs=Sender)

Expand Down
2 changes: 2 additions & 0 deletions transports/azure-service-bus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ The Azure Service Bus transport leverages the [Azure.Messaging.ServiceBus](https

> [!NOTE]
> The Azure Service Bus transport only supports the Standard and Premium tiers of the Microsoft Azure Service Bus service. Premium tier is recommended for production environments.
>
> The Azure Service Bus transport is not compatible with the [Azure Service Bus emulator](https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator) because the emulator [doesn't support on-the-fly management operations](https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator#known-limitations) through the client-side SDK, which prevents operations like creating queues or subscribing to events.