Skip to content

Commit d67f5b3

Browse files
authored
Note that ASB emulator is incompatible (#7049)
* Note that ASB emulator is incompatible * Architecture article bullet
1 parent 1692d4a commit d67f5b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

architecture/azure/messaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure Service Bus has two pricing tiers: [Standard and Premium](https://learn.mi
2626
- The maximum message size is 256 KB on the Standard tier
2727
- Cross-entity transactions are limited to 100 messages
2828
- No cross-namespace communication
29-
- No emulator for local development or testing available
29+
- 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.
3030

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

transports/azure-service-bus/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ The Azure Service Bus transport leverages the [Azure.Messaging.ServiceBus](https
3030

3131
> [!NOTE]
3232
> 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.
33+
>
34+
> 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.

0 commit comments

Comments
 (0)