[
https://issues.apache.org/jira/browse/CAMEL-13044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino updated CAMEL-13044:
-------------------------------------
Fix Version/s: 2.21.5
2.23.1
2.24.0
3.0.0
2.22.3
> 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
> Fix For: 2.22.3, 3.0.0, 2.24.0, 2.23.1, 2.21.5
>
>
> 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)