is it possible to set retain flag to true on "Republish to AWS IoT topic" iot core rule

0

Hi,

is it possible to set retain flag to true on "Republish to AWS IoT topic" iot core rule?

Kimi
asked 5 months ago148 views
1 Answer
0

As per my knowledge, the AWS IoT Core rule action "Republish to an AWS IoT topic" in the IoT Core Rule Engine does not support setting the "retain" flag directly. The "retain" flag is used to indicate whether a message should be retained by the broker and sent to any new subscribers that match the topic.

The rule action "Republish to an AWS IoT topic" in AWS IoT Core allows you to republish the incoming message to a different topic, but it doesn't provide explicit options for configuring the "retain" flag.

If you require more granular control over the "retain" flag, you might need to use a different approach. One common method is to use a Lambda function as a rule action to perform custom processing and republish the message to the desired topic, setting the "retain" flag as needed.

AWS
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions