From 082c2935dc53f4cc827979c1735d65d7d5a0a7a7 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 10:44:55 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 3cb2661..4ba73e1 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -57,7 +57,7 @@ To create messages and connect to the broker we will need the following settings All settings are required except for the `META_DATA_URL`, this parameter is optional. -### (#FAQ) +### (#Frequently-Asked-Questions) #### What is a message queue? A message queue is commonly used to make software programs able to send messages between eachother, and thereby making it easy for data to flow from one program into another. There are many variants of message queues, some popular names are Apache Kafka, MQTT and RabbitMQ.