1 Answer
- Newest
- Most votes
- Most comments
2
IPC is a separate mechanism from MQTT and we have our IPC pubsub docs here: https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-publish-subscribe.html. The retained messages flag is a MQTT v5 feature and there is no equivalent in IPC, so you will not be able to set such a flag when sending IPC messages. The flag should still work with any MQTT messaging you might be doing on your device.
Relevant content
asked 3 years ago
asked 4 years ago
- AWS OFFICIALUpdated 4 years ago
