I was wondering if there is a way to nack a message without having it being marked as redelivered in Solace.
Situation: there's a guaranteed queue being serviced by multiple subscribers and we want another subscriber to process a particular message. Very much an edge case.
Does anyone have knowledge about this or tried this before?
There's no way to do this.
You should try to ensure that the message never gets delivered to the subscriber that will reject the message.
Your options are: