I have set up a master/slave scenario across multiple regions to handle failure of a region dropping.
I am currently publishing to all queues in all regions, The clients are consuming from the master and when that message is marked complete I want to reach in and mark it as complete in all of the slaves.
I have not been able to find a way to do this without receiving messages from the slave and then marking them complete. This is inefficient.
Is there a way to either set the TTL on the message to 0, or ask for it to be removed based on the message id not the Sequence number, without having to grab it from the queue?