
Chapter 6. Scaling a system 187
Table 6-2 lists the components of the LSPN pattern.
Table 6-2 LSPN pattern components
6.3.3 Communication sequence
The following steps are executed when a message is sent from the application to a device
under the LSPN pattern:
1. The application sends a request to the message broker using the appropriate
communication protocol, which can be MQTT or another one (HTTP, JMS, REST, and so
on).
2. The message broker determines which queue manager is responsible for the destination
device.
3. The message broker publishes the message to the queue manager using the appropriate
topic.
4. The queue manager sends the MQTT message ...