diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 5b9dc8d..a64ad4a 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 +(#FAQ) #### 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.