Interface MQ2Constants


  • public interface MQ2Constants
    Constants used in Camel AWS MQ module SDK v2
    • Field Detail

      • OPERATION

        @Metadata(description="The operation we want to perform",
                  javaType="String")
        static final String OPERATION
        See Also:
        Constant Field Values
      • MAX_RESULTS

        @Metadata(description="The number of results that must be retrieved from listBrokers operation",
                  javaType="Integer")
        static final String MAX_RESULTS
        See Also:
        Constant Field Values
      • BROKER_NAME

        @Metadata(description="The broker name",
                  javaType="String")
        static final String BROKER_NAME
        See Also:
        Constant Field Values
      • BROKER_ENGINE

        @Metadata(description="The Broker Engine for MQ.",
                  javaType="String")
        static final String BROKER_ENGINE
        See Also:
        Constant Field Values
      • BROKER_ENGINE_VERSION

        @Metadata(description="The Broker Engine Version for MQ. Currently you can choose between 5.15.6 and 5.15.0 of ACTIVEMQ",
                  javaType="String")
        static final String BROKER_ENGINE_VERSION
        See Also:
        Constant Field Values
      • CONFIGURATION_ID

        @Metadata(description="A list of information about the configuration.",
                  javaType="software.amazon.awssdk.services.mq.model.ConfigurationId")
        static final String CONFIGURATION_ID
        See Also:
        Constant Field Values
      • BROKER_DEPLOYMENT_MODE

        @Metadata(description="The deployment mode for the broker in the createBroker operation",
                  javaType="String")
        static final String BROKER_DEPLOYMENT_MODE
        See Also:
        Constant Field Values
      • BROKER_INSTANCE_TYPE

        @Metadata(description="The instance type for the MQ machine in the createBroker operation",
                  javaType="String")
        static final String BROKER_INSTANCE_TYPE
        See Also:
        Constant Field Values
      • BROKER_USERS

        @Metadata(description="The list of users for MQ",
                  javaType="List<User>")
        static final String BROKER_USERS
        See Also:
        Constant Field Values
      • BROKER_PUBLICLY_ACCESSIBLE

        @Metadata(description="If the MQ instance must be publicly available or not.",
                  javaType="Boolean",
                  defaultValue="false")
        static final String BROKER_PUBLICLY_ACCESSIBLE
        See Also:
        Constant Field Values