Created here:
https://issues.apache.org/jira/browse/CAMEL-13041

--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Chair
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd






On Tuesday, January 8, 2019, 10:32:49 AM GMT+1, Claus Ibsen 
<claus.ib...@gmail.com> wrote: 





Hi

What Camel version are you using?
And can you maybe post some code sample of your Camel endpoint / route
you using.

On Tue, Jan 8, 2019 at 10:30 AM Andrey Poltavtsev <apoltavt...@gmail.com> wrote:
>
> 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

>
>
>


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to