[
https://issues.apache.org/jira/browse/CAMEL-13044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16738546#comment-16738546
]
Andrea Cosentino commented on CAMEL-13044:
------------------------------------------
I'll try to fix this tomorrow. If you want a PR is welcome.
> Camel-AWS MQ: it is not possible to set Broker "Public accessibility"
> parameter using createBroker command
> ----------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-13044
> URL: https://issues.apache.org/jira/browse/CAMEL-13044
> Project: Camel
> Issue Type: Bug
> Components: camel-aws
> Affects Versions: 2.21.2, 2.23.0
> Reporter: Andrey Poltavtsev
> Assignee: Andrea Cosentino
> Priority: Major
>
> For now all MQ instances are created with "public accessibility" = false
> using "createBroker" command. As result, created AWS Broker instance is not
> accessible outside AWS environment. And there is no way to change it
> (corresponding parameter in not propagated to AWS MQ client).
> It is necessary to add propagation of "publiclyAccessible" parameter to
> "createBroker" operation:
> ...
> request.withPubliclyAccessible(publiclyAccessible);
> ...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)