PM-72606-19-201953
Running the Delete Device action with the uninstall agent check, when the MQTT/IOT messaging infrastructure is not available, does not perform the uninstallation of the agent on the device.
Adjustment is made in ADM so that the uninstallation of the ADM agent does not depend on MQTT. When you send the Delete Device and uninstall the agent action, the task is scheduled in the database.
ADM Agent Uninstall Process:
The agent will query for pending tasks every 10 minutes, and if it finds an uninstall task, it will proceed to uninstall itself.
In MQTT/IOT scenarios:
If MQTT/IOT exists, the task is also scheduled in the database, but a request is sent for the agent to review the pending tasks immediately, allowing for faster uninstallation.