Modular OTA orchestartor example does not subscribe to the reserved topics mentioned in (aws/iot/latest/developerguide/reserved-topics) to get the job related messages. How does the device receive the data packets or job document when it has not subscribed to the reserved topics?
For example to get the job document, device publishes to $aws/things/<thing_name>/jobs/start-next and receives a response on $aws/things/<thing_name>/jobs/start-next/accepted but device has not subscribed to this /accepted topic so how can the device receive this message?
Example: freertos-core/over-the-air-updates/mqtt-ota-agent-orchestrator