简体   繁体   English

Amazon MQ中可以使用Apache Camel吗?

[英]Is Apache Camel available in AmazonMQ?

Disclaimer : I did post this on Server Fault, first, and the replies there were: 免责声明 :首先,我确实将此问题发布在服务器故障上,并且有以下答复:

  • I'm voting to close this question as off-topic because we are not AWS support. 由于我们不支持AWS,因此我投票决定关闭此问题为离题。

  • This question does not appear to be about server, networking, or related infrastructure administration within the scope defined in the help center. 在帮助中心定义的范围内,该问题似乎与服务器,网络或相关基础结构管理无关。

I think this is a valid question, and even first-party support can be found on the Stack Exchange network. 我认为这是一个有效的问题,甚至在Stack Exchange网络上也可以找到第一方支持。 I think issues/limitations are easier to find on SO than on the multitude of AWS 'documentation'. 我认为,在SO上发现问题/局限性要比在众多AWS“文档”中找到问题/局限性容易。 This is why I'm posting this question on SO. 这就是为什么我在SO上发布此问题。

The issue/question 问题/问题

From what I've found on the AWS documentation and the limited subset of Apache ActiveMQ configuration elements, I haven't found how to use the Camel plugin that is supposed to be built into newer versions of ActiveMQ. 从我在AWS文档中找到的内容以及Apache ActiveMQ配置元素的有限子集中,我还没有找到如何使用应该内置在新版ActiveMQ中的Camel插件。 I figure this is left out of the AmazonMQ version, or is blocked by the configuration limitations. 我认为这被排除在AmazonMQ版本之外,或者被配置限制所阻止。

This is the list of available configuration elements. 这是可用配置元素的列表 Their configuration document's root element is <broker> , and it looks like camel is supposed to be configured as a sibling to that node an a traditional ActiveMQ config file. 他们的配置文档的根元素是<broker> ,看起来像骆驼应该被配置为该节点的传统ActiveMQ配置文件的兄弟。

The Camel "plugin" is actually simply an imported Spring configuration file that fires up Camel. Camel的“插件”实际上只是一个导入的Spring配置文件,可以启动Camel。 AmazonMQ does not, as to my understanding, permit imported configuration files hence running an embedded Camel is not possible. 据我了解,AmazonMQ不允许导入的配置文件,因此无法运行嵌入式Camel。

Camel is not supported today running within the Amazon MQ broker itself, however here is a blog showing how to use Camel with Amazon MQ. 今天不支持在Amazon MQ代理本身中运行Camel,但是,此博客显示了如何将Camel与Amazon MQ结合使用。

https://aws.amazon.com/blogs/compute/integrating-amazon-mq-with-other-aws-services-via-apache-camel https://aws.amazon.com/blogs/compute/integrating-amazon-mq-with-other-aws-services-via-apache-camel

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

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