简体   繁体   English

长链路 RMQ 集群

[英]Long Link RMQ clustering

Sorry for what may seem a simple question to some, but.对不起,对某些人来说似乎是一个简单的问题,但是。 Currently use RMQ for pretty simple client/Queue/Consumer type transactions.目前将 RMQ 用于非常简单的客户端/队列/消费者类型的事务。 Some use return message queues, while others are just simple 'jobs'.有些使用返回消息队列,而另一些只是简单的“工作”。 Looking to distribute between 'sites' and for use-cases of RMQ-Clustering with nodes that are not co-located, ie: on WAN.希望在“站点”之间分发,并用于 RMQ 集群的用例,其中节点不位于同一位置,即:在 WAN 上。

Has anyone done such a thing, or should I bite-the-bullet and move to ActiveMQ/Artemis.有没有人做过这样的事情,或者我应该硬着头皮转移到 ActiveMQ/Artemis。

Thank you for any insights.感谢您的任何见解。

ActiveMQ 5's network connectors are designed to support the "long link" or WAN connectivity pattern (along with others). ActiveMQ 5 的网络连接器旨在支持“长链接”或 WAN 连接模式(以及其他模式)。 The messaging pattern is known as 'store-and-forward'.消息传递模式被称为“存储转发”。 It supports one-way push, bi-directional and pull approaches.它支持单向推送、双向和拉取方式。

Network of Brokers ref: https://activemq.apache.org/networks-of-brokers经纪人网络参考: https://activemq.apache.org/networks-of-brokers

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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