Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Set retain flag on all messages recieved by broker

As a quick work-around, you can always write a little client that listens to the topic(s) that you're interested in, and republishes messages with the retain flag enabled. To avoid confusion, though, you should probably re-publish on a different topic, and have your other clients listen on that one.

Frank

On 10/24/18 8:42 AM, Roger Light wrote:
Hello,

No, I'm afraid that isn't possible.

Regards,

Roger

On Tue, 23 Oct 2018 at 08:31, <registers@xxxxxxxxxxxx> wrote:
Does it possible to set retain flag on message by the broker if this flag wasn't set by client? I have no access to clients to set retain flag placement by themselves.
_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev




Back to the top