diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 0d34517..4c0c5e4 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -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:///` | HTTP adress where a JSON metadata file for the messages is provided (by the data source). |