Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 11:20:53 +00:00
parent e552812cba
commit 02bb9ac695
1 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@ Generally, one user is provided per application (so no individual users for diff
### Settings
To connect to the MQTT Broker, we'll use the following settings:
**MQTT connection settings**
| Parameter | Default | Description |
| :---: | :------------------------------------------: | --- |
| CLIENT_ID | - | This ID is used to identify the connecting party (your software) to the broker, please use your company or brand name. |
@ -48,8 +46,6 @@ All settings are required.
For preparing the message, we'll use the following settings:
**Message settings**
| Parameter | Default | Description |
| :---: | :------------------------------------------: | --- |
| META_DATA_URL | `https://<somedomain.com>/<somepath>` | HTTP adress where a JSON metadata file for the messages is provided (by the data source). |