Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 activemq 持久性适配器从 AMQ 更改为 KahaDB,但是丢失通过 AMQAdapter 存储的所有未传递消息是不可接受的。有没有办法自动使用旧适配器发送未传递的消息,然后切换到 KahaDB 存储?
对此的一般解决方案是创建一个新的代理实例并将旧代理和新代理联网。将代理联网后,您可以在新代理上为目的地创建消费者,并允许需求将消息从旧代理转移到新代理。
有关更多信息,请参阅此线程: