我在我的java应用程序中使用RabbitMQ。
我想将消息从1个队列移动到另一个队列。
我在这里找到的答案对我有帮助 Is it possible to move / merge messages between RabbitMQ queues?
但是在运行该命令时,没有成功或失败的消息。
我如何在运行时确保这一点? 我正在使用的命令
php artisan migrate --help
输出
将组件“铲”的运行参数“my-shovel”设置为 “{\”src-uri \“:\”amqp:// localhost \“,\”src-queue \“:\”myQueue \“, \“dest-uri \”:\“amqp:// localhost \”,\“dest-queue \”:\“test3 \”}“...