简体   繁体   English

Mule Cloudhub中的队列选项

[英]Queue Options in Mule Cloudhub

I wanted to use queueing in my Mule applications deployed on cloudhub. 我想在cloudhub上部署的Mule应用程序中使用排队。 what are the options available? 有哪些可用选项?

As per my learning I think if we add VM component then we will be able to see the queue in cloudhub persistence queue option. 根据我的学习,我认为如果我们添加VM组件,那么我们将能够在cloudhub持久性队列选项中看到该队列。

I have seen Anypoint MQ connectors as well.. 我也看到过Anypoint MQ连接器。

are these two options are same? 这两个选项都一样吗?

If not, then which one is better? 如果没有,那哪个更好?

Any other options?? 还有其他选择吗?

VM queues are very basic point-to-point queues. VM队列是非常基本的点对点队列。 You won't be able to browse the queue, access it through apis, use publish-subcribe, app to app, org to org and others. 您将无法浏览队列,无法通过api访问队列,无法使用publish-subcribe,app到app,org到org等。

For any non basic point-to-point use case, consider Anypoint MQ. 对于任何非基本的点对点用例,请考虑使用Anypoint MQ。 Otherwise, any other cloud messaging solution could be used too if it has the appropriate connector. 否则,如果具有适当的连接器,也可以使用任何其他云消息传递解决方案。

use anypoint MQ, its easier to config with client. 使用anypoint MQ,使用客户端配置更容易。 i suggest anypoint MQ becuz of pub/sub msgs 我建议pub / sub msgs的anypoint MQ becuz

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

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