Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 10:57:10 +00:00
parent 3527d12a0e
commit c3cf4ec745
1 changed files with 1 additions and 1 deletions

View File

@ -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.