ps2goat
ps2goat

Reputation: 8485

Is Apache Camel available in AmazonMQ?

Disclaimer: I did post this on Server Fault, first, and the replies there were:

I think this is a valid question, and even first-party support can be found on the Stack Exchange network. I think issues/limitations are easier to find on SO than on the multitude of AWS 'documentation'. This is why I'm posting this question on 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. I figure this is left out of the AmazonMQ version, or is blocked by the configuration limitations.

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.

Upvotes: 1

Views: 771

Answers (2)

user1564089
user1564089

Reputation: 61

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.

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

Upvotes: 1

Petter Nordlander
Petter Nordlander

Reputation: 22279

The Camel "plugin" is actually simply an imported Spring configuration file that fires up Camel. AmazonMQ does not, as to my understanding, permit imported configuration files hence running an embedded Camel is not possible.

Upvotes: 0

Related Questions