I had a queue which was wrongly configured and got filled up with messages which should have gone to another queue. So I had to manually transfer each and ever message to the correct queue?
Is there a way of batching such actions so that, for example, I could move all those message to the other queue with one action?
Thanks