Andrey Poltavtsev created CAMEL-13043:
-----------------------------------------
Summary: Can not create AWS MQ Broker using "aws-mq" component
Key: CAMEL-13043
URL: https://issues.apache.org/jira/browse/CAMEL-13043
Project: Camel
Issue Type: Bug
Components: camel-aws
Affects Versions: 2.21.2
Reporter: Andrey Poltavtsev
We are trying to create AWS MQ Broker according to
[https://github.com/apache/camel/blob/master/components/camel-aws/src/main/docs/aws-mq-component.adoc]
Operations listBrokers, stopBroker and reboteBroker works fine.
The problem is - createBroker operation failed with error:
com.amazonaws.services.mq.model.BadRequestException: Specify broker instance
type. (Service: AmazonMQ; Status Code: 400; Error Code: BadRequestException;
Request ID: fac3cb73-1314-11e9-a646-913d9b206c50)
I see that parameter "instance type" is not propagated by Camel-AWS MQ
component to MQ Client
[https://github.com/apache/camel/blob/master/components/camel-aws/src/main/java/org/apache/camel/component/aws/mq/MQProducer.java#L124]
The same problem with missing parameter "Broker users" and "engine version".
Test project is attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)