Update page 'Message Queue Endpoint'
This commit is contained in:
parent
082c2935dc
commit
24f59c4a73
@ -4,7 +4,7 @@ The same workflow can be followed for different languages, as long as there's a
|
|||||||
FarmMaps provides an MQTT endpoint to allow your application to send signals to FarmMaps, and listen for events.
|
FarmMaps provides an MQTT endpoint to allow your application to send signals to FarmMaps, and listen for events.
|
||||||
These signals are collected in a "message queue".
|
These signals are collected in a "message queue".
|
||||||
|
|
||||||
If you are not familiar with message queues or protobuff, please see the [FAQ](#FAQ) at the end.
|
If you are not familiar with message queues or protobuff, please see the [FAQ](#faq) at the end.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
To follow along with the examples, you need:
|
To follow along with the examples, you need:
|
||||||
@ -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.
|
All settings are required except for the `META_DATA_URL`, this parameter is optional.
|
||||||
|
|
||||||
### (#Frequently-Asked-Questions)
|
### (#faq)
|
||||||
|
|
||||||
#### What is a message queue?
|
#### 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user