A home server queue can be requested to check for pending messages:
- By setting a poll interval in field Queue_QTimerInterval,
that causes a regular check for messages on the server whilst connectivity
is available. When network connectivity is not available or a network outage
occurs, the polling will stop and not restart until the queue is triggered
using the MQeQueueManager.triggerTransmission() method.
- When the MQeQueueManager.triggerTransmission() method
is called.
Home server queues have an important role in enabling devices to receive
messages over client-server channels particularly in environments where it
is not possible for a server to establish a connection to a device.