Interface MQ2Constants


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

    • OPERATION

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

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

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

      @Metadata(description="The Broker Engine for MQ.", javaType="String") static final String BROKER_ENGINE
      See Also:
    • 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:
    • BROKER_ID

      @Metadata(description="The broker id", javaType="String") static final String BROKER_ID
      See Also:
    • 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:
    • 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:
    • 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:
    • BROKER_USERS

      @Metadata(description="The list of users for MQ", javaType="List<User>") static final String BROKER_USERS
      See Also:
    • 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: