You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Features, Limitations, and Samples sections before API Coverage
- Add JSON output examples for queue show/list and subscription show/list
- Add note about countDetails accuracy in the emulator
Made-with: Cursor
The emulator includes the following core capabilities:
377
+
378
+
-**Data Plane REST API**: Supports message-level operations, including Send, Receive, and Peek.
379
+
-**Control Plane REST API**: Enables CRUD operations for namespaces and messaging entities (queues, topics, and subscriptions) via Azure Resource Manager (ARM).
380
+
-**Multiple Authentication Modes**: Supports both Connection String and Managed Identity authentication.
381
+
-**Containerized Deployment**: Runs as a lightweight, Linux-based Docker container.
382
+
-**Cross-Platform Compatibility**: Fully compatible with Windows, macOS, and Linux environments.
383
+
-**Flexible Configuration**: Manage Service Bus entities via the Service Bus Administration Client or through JSON-based configuration files.
384
+
-**Advanced Streaming**: Supports message streaming via the Advanced Message Queuing Protocol (AMQP).
385
+
386
+
## Limitations
387
+
388
+
The current version of the emulator does **not** support the following:
389
+
390
+
-**Protocols**: JMS protocol streaming and AMQP Web Sockets (AMQP over TCP is the only supported transport).
391
+
-**Messaging Patterns**: Transactions, auto-forwarding (queue chaining), and message lock renewal.
392
+
-**Validation**: Enforcements such as maximum entity counts or maximum message sizes.
393
+
-**Metrics**: Property-based message counts for queues, topics, and subscriptions may be inaccurate.
394
+
395
+
The following Azure-native features are currently unavailable in the emulator:
396
+
397
+
-**Scaling & Resiliency**: Autoscale, Geo-disaster recovery, and Large Message support.
398
+
-**Monitoring**: Visual metrics, alerts, and telemetry dashboards.
399
+
400
+
## Samples
401
+
402
+
Explore the following samples to get started with Service Bus on LocalStack:
403
+
404
+
-[Azure Functions App with Service Bus Messaging](https://github.com/localstack/localstack-azure-samples/blob/main/samples/function-app-service-bus/dotnet/)
405
+
-[Azure Service Bus with Spring Boot](https://github.com/localstack/localstack-azure-samples/tree/main/samples/servicebus/java)
0 commit comments