Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 1292c5b

Browse files
committed
fix: fix image links
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
1 parent e73efb1 commit 1292c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/mqtt-broker-selection/mqtt-broker-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This blog compares popular open-source MQTT brokers—EMQX, Mosquitto, NanoMQ, V
88

99
SuperMQ is a distributed, highly scalable, and secure open-source cloud platform. Remember this; it will be useful for later. One of the key pillars of the platform is its multiprotocol support. A use case for the platform is in the ever-growing field of IoT (Internet of Things). It would therefore be remiss if it did not support one of the most popular protocols in the field, MQTT. To achieve this we had to select an MQTT broker that would work under the hood. Following an analytical review of the landscape, we settled on [RabbitMQ](https://www.rabbitmq.com/). The following is a summary of what we considered and eventually why we chose our broker.
1010

11-
![SuperMQ architecture](/blog/mqtt-broker-selection/supermq-architecture.png "SuperMQ architecture")
11+
![SuperMQ architecture](./supermq-architecture.png "SuperMQ architecture")
1212

1313
_A simplification of the architecture of SuperMQ to show where the broker sits_
1414

0 commit comments

Comments
 (0)