简体   繁体   中英

ActiveMQ move specific queue message to different queue on different server

How can I move and delete messages from queue1 to queue2 on different server? There are nearly 450+ queues whose messages needs to be moved on a different server. This is a part of migration from DC to AWS. Alongside it is a multi tenant service so backup of kahaDB is not an option.

我认为最简单的方法就是创建一个简单的JMS应用程序,它将从服务器1上的队列中读取消息并将它们发送到服务器2上的队列。您可以为它提供一个队列列表以供使用,并且一旦排队就可以了工作是空的,它可以移动到下一个队列。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM