简体   繁体   English

CloudBees的JMS Broker选项?

[英]JMS Broker Options for CloudBees?

Does CloudBees offer any JMS hosting or any 3rd party JMS hosting (like IronMQ)? CloudBees是否提供任何JMS托管或任何第三方JMS托管(如IronMQ)? After perusing their Partner Ecosystem pages and developers docs, I don't see anything of the sort. 在仔细阅读他们的合作伙伴生态系统页面和开发人员文档后,我没有看到任何类似的东西。 I'd like to deploy a web app to CloudBees but will need messaging, and something like RabbitMQ or ActiveMQ. 我想将Web应用程序部署到CloudBees但需要消息传递,以及RabbitMQ或ActiveMQ等。

I know I could always ship my WAR with an embedded instance of ActiveMQ running inside of it, but that kind of defeats the purpose of scalability in my mind: the harder the queues are working, the slower my app is going to become, and it would be nice to delegate the messaging work to a broker residing on another machine. 我知道我可以随身携带一个运行在其中的嵌入式ActiveMQ实例来发送我的WAR,但这种想法在我的脑海中失去了可扩展性的目的:队列工作越困难,我的应用程序将变得越慢,它将消息传递工作委托给驻留在另一台机器上的代理会很好。

Also, it would be most sweet if such a messaging service had a free tier like so many of the other CloudBees tech partners offer... 此外,如果这样的消息服务有一个像许多其他CloudBees技术合作伙伴提供的免费套餐,那将是最甜蜜的 ......

Any ideas? 有任何想法吗? Thanks in advance! 提前致谢!

There is no official partner (yet) to provide messaging service, but you for sure can use a SaaS MQ service from your cloudbees application, even not being an official partner, for sample http://www.cloudamqp.com/ to get RabbitMQ -as-a-service, Iron.io or Amazon SQS. 尚未提供消息服务的官方合作伙伴,但您肯定可以使用来自您的cloudbees应用程序的SaaS MQ服务,即使不是官方合作伙伴,也可以使用示例http://www.cloudamqp.com/获取RabbitMQ -as-a-service,Iron.io或Amazon SQS。 The only consideration is to ensure this service is hosted on Amazon, so your application won't suffer network latencies to access the MQ broker - most SaaS run on AWS anyway 唯一的考虑是确保此服务托管在亚马逊上,因此您的应用程序不会遭遇网络延迟访问MQ代理 - 无论如何,大多数SaaS都在AWS上运行

free tier option is another consideration, depends on partner business model... (CloudAMQP has one) 免费套餐选项是另一个考虑因素,取决于合作伙伴的商业模式...(CloudAMQP有一个)

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

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