Updated MQTT, updated STOMP
The protocols for incoming message queues have been updated and some fixes to the configuration settings have been made.
Specially if acting as a message processor on large sensor networks (or in similiar situations), you will be using MQTT or STOMP as the protocol for incoming messages (Triggers).
This means that it is very important on the one hand to have the connection between OTDT very reliable, on the other hand it additionally must be very scalable. The last must additionally consider and respect the amount and runtime for the message processing, because it must not “overrun” the available instances of OTDT with their scalability.
Therefore - and as a little tipp - we additionally recommend to merge incoming MQTT channels to one STOMP channel to have scalability work smooth.