<div dir="ltr">Hi,<div><br></div><div>We use a simple model: Server publishes a message. Client side processes the message and then acknowledges it. If the client is shutdown while processing the message, it will receive it again since the message has not been acknowledged. </div><div><br></div><div>Now we have a special case. We want to publish a reboot command. In this case, the client reboots itself as part of the processing, and so never acknowledges the reboot message. So when it launches, it consumes the message again and the cycle beings. </div><div><br></div><div>Updating the client side is highly undesirable, so please assume it's not a possibility. Is there a way we can publish a single message and omit acknowledgement for it? </div><div><br></div><div><br></div><div>Many thanks,</div><div>Mateusz</div></div>