Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When you open the TMQTTBroker.exe.config file, you will find all the possible configured parameters, but the . The parameters will be in comments between (<!−−   −−>). To set a specific parameter, you need to move the whole line of the parameter outside the comments (<!−−    −−>) but keep it in the section <configuration> <appSettings>.

Example of the whole line you need to move:

Code Block
<add key="ListeningPort" value="1883"/>

...