I just want to get the messages routed to dead letter queue after rejection by rabbit listener to be PERSISTENT (only after the rejection by the listener NOT in the original Q).
If there is a way to make the whole dead letter queue PERSISTENT(regardless the message delivery mode), it will also do the job for me.
Thanks in advance