Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-13044

Camel-AWS MQ: it is not possible to set Broker "Public accessibility" parameter using createBroker command

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      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);

      ...

      Attachments

        Activity

          People

            acosentino Andrea Cosentino
            apoltavtsev Andrey Poltavtsev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: