I am using RabbitMQ in my java application.
I want to move messages from 1 queue to another queue.
The answer that i found here is helpful for me Is it possible to move / merge messages between RabbitMQ queues?.
But on running that command, there's no success or failure message.
How can i ensure this during runtime? The command I am using
rabbitmqctl set_parameter shovel my-shovel '{"src-uri": "amqp://localhost", "src-queue": "myQueue", \
"dest-uri": "amqp://localhost", "dest-queue": "test3"}'
And the output
Setting runtime parameter "my-shovel" for component "shovel" to "{\"src-uri\": \"amqp://localhost\", \"src-queue\": \"myQueue\", \"dest-uri\": \"amqp://localhost\", \"dest-queue\": \"test3\"}" ...