From 650e09d68e0fef2c0eac288b83f2bdf2c26ffc0c Mon Sep 17 00:00:00 2001 From: megafluffles Date: Fri, 17 Jan 2025 23:00:06 +1100 Subject: [PATCH] AMQP Web Sockets is not supported with ServiceBus or EventHubs Emulator. AMQP TCP is the only supported transport type. --- articles/service-bus-messaging/overview-emulator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/service-bus-messaging/overview-emulator.md b/articles/service-bus-messaging/overview-emulator.md index f4b41304c1ff0..14aead647af76 100644 --- a/articles/service-bus-messaging/overview-emulator.md +++ b/articles/service-bus-messaging/overview-emulator.md @@ -42,6 +42,7 @@ The current version of the emulator has the following limitations: - It can't stream messages by using the JMS protocol. - Partitioned entities aren't compatible with emulator. - It doesn't support on-the-fly management operations through a client-side SDK. +- AMQP Web Sockets are not supported. AMQP TCP is the only supported transport type. > [!NOTE] > After a container restart, data and entities don't persist in the emulator.