| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
ComponentsBuilderFactory.awsMq()
AWS MQ (camel-aws-mq)
Manage AWS MQ instances.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsMqComponentBuilderFactory.AwsMqComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.amazonMqClient(com.amazonaws.services.mq.AmazonMQ amazonMqClient)
To use a existing configured AmazonMQClient as client.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.awsMq()
AWS MQ (camel-aws-mq)
Manage AWS MQ instances.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.configuration(org.apache.camel.component.aws.mq.MQConfiguration configuration)
The Component configuration.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.operation(org.apache.camel.component.aws.mq.MQOperations operation)
The operation to perform.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the MQ client.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the MQ client.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the MQ client.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.region(String region)
The region in which MQ client needs to work.
|
default AwsMqComponentBuilderFactory.AwsMqComponentBuilder |
AwsMqComponentBuilderFactory.AwsMqComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel