Hi all,
I am trying to manage AWS MQ Broker using
"https://github.com/apache/camel/blob/master/components/camel-aws/src/main/docs/aws-mq-component.adoc".
ListBrokers, stopBroker and reboteBroker operations 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 used by Camel-AWS MQ
component during Broker creation
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" (broker users are
also required but not propagated from Camel-AWS MQ componentĀ also).
The question is - is there another way to propagate required parameters ?
Thank you for your time !
Best Regards,
Andrey