Is it possible to recover a rabbitmq queue using command line or web UI?

In my configuration, I have a durable inbound queue delivering messages to a listener, and if something goes wrong during processing (ack is not received) it is delivered to an error queue.

I know there are various ways to do it using a Java or Python client (the basic.recover method called on a channel) but I was looking to see if this can be done via command line.