A simple Node.js script to move messages between AMQP queues using the RabbitMQ Management API.
This script allows you to move messages from one queue to another in a RabbitMQ instance. It fetches messages from the origin queue and publishes them to the destination queue using the RabbitMQ HTTP API.