Skip to content

Commit fcdb18d

Browse files
authored
Made minor changes to MQTT overview
1 parent ef3fa2b commit fcdb18d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

articles/azure-web-pubsub/overview-mqtt.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ You can use MQTT protocols in Web PubSub service for the following scenarios:
1818
* Broadcast messages to MQTT clients.
1919
* Get notifications for MQTT client lifetime events.
2020

21+
This new capability addresses two key use cases:
22+
23+
1. Real-time applications with mixed protocols: You can allow clients using different real-time protocols to exchange data through the Azure Web PubSub service.
24+
25+
2. Support for additional programming languages: You can use any MQTT library to connect with the service, making it possible to integrate with applications written in languages like C++, beyond the existing SDKs in C#, JavaScript, Python, and Java.
26+
27+
It’s important to note that this MQTT integration is a lightweight adaptation of the MQTT protocol and extends only to the features already supported by Azure Web PubSub. Some MQTT features that are not supported include:
28+
29+
- Wildcard subscriptions
30+
- Retained messages
31+
- Shared subscriptions
32+
For a more comprehensive MQTT broker solution on Azure, we recommend exploring [Azure Event Grid](../event-grid/overview.md).
33+
2134
> [!NOTE]
2235
> MQTT support in Azure Web PubSub is in preview stage.
2336
@@ -29,9 +42,9 @@ Web PubSub service supports MQTT 3.1.1 and 5.0 protocols in a standard way that
2942

3043
### Cross-protocol communication
3144

32-
MQTT clients can communicate with clients of other Web PubSub protocols. Find more details [here](./reference-mqtt-cross-protocol-communication.md)
45+
MQTT web clients can communicate with clients of other Web PubSub protocols. Find more details [here](./reference-mqtt-cross-protocol-communication.md)
3346

34-
### Easy MQTT adoption for current Web PubSub users
47+
### Easy MQTT adoption for current Azure Web PubSub users
3548

3649
Current users of Azure Web PubSub can use MQTT protocol with minimal modifications to their existing upstream servers. The Web PubSub REST API is already equipped to handle MQTT connections, simplifying the transition process.
3750

articles/azure-web-pubsub/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
href: https://azure.microsoft.com/pricing/details/web-pubsub/
1212
- name: Region availability
1313
href: https://azure.microsoft.com/global-infrastructure/services/?products=web-pubsub
14-
- name: MQTT in Web PubSub
15-
href: overview-mqtt.md
1614
- name: What's new
1715
href: whats-new.md
1816
- name: Quickstarts

0 commit comments

Comments
 (0)