Andrey Poltavtsev created CAMEL-13044:
-----------------------------------------
Summary: 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.23.0, 2.21.2
Reporter: Andrey Poltavtsev
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)