public static interface AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
acknowledgementModeName(String acknowledgementModeName)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointConsumerBuilder |
advanced() |
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
asyncConsumer(boolean asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
asyncConsumer(String asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
autoStartup(boolean autoStartup)
Specifies whether the consumer container should auto-startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
autoStartup(String autoStartup)
Specifies whether the consumer container should auto-startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
cacheLevel(int cacheLevel)
Sets the cache level by ID for the underlying JMS resources.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
cacheLevel(String cacheLevel)
Sets the cache level by ID for the underlying JMS resources.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
cacheLevelName(String cacheLevelName)
Sets the cache level by name for the underlying JMS resources.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
clientId(String clientId)
Sets the JMS client ID to use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
concurrentConsumers(int concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
connectionFactory(Object connectionFactory)
The connection factory to be use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
connectionFactory(String connectionFactory)
The connection factory to be use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
disableReplyTo(String disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
durableSubscriptionName(String durableSubscriptionName)
The durable subscriber name for specifying durable topic
subscriptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
Allows to configure the default errorHandler logging level for
logging uncaught exceptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLoggingLevel(String errorHandlerLoggingLevel)
Allows to configure the default errorHandler logging level for
logging uncaught exceptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
Allows to control whether stacktraces should be logged or not, by the
default errorHandler.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLogStackTrace(String errorHandlerLogStackTrace)
Allows to control whether stacktraces should be logged or not, by the
default errorHandler.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
jmsMessageType(AMQPEndpointBuilderFactory.JmsMessageType jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
jmsMessageType(String jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
maxConcurrentConsumers(int maxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
maxConcurrentConsumers(String maxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
password(String password)
Password to use with the ConnectionFactory.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
replyTo(String replyTo)
Provides an explicit ReplyTo destination, which overrides any
incoming value of Message.getJMSReplyTo().
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
replyToDeliveryPersistent(String replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
selector(String selector)
Sets the JMS selector to use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionDurable(boolean subscriptionDurable)
Set whether to make the subscription durable.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionDurable(String subscriptionDurable)
Set whether to make the subscription durable.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionName(String subscriptionName)
Set the name of a subscription to create.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionShared(boolean subscriptionShared)
Set whether to make the subscription shared.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionShared(String subscriptionShared)
Set whether to make the subscription shared.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
transacted(boolean transacted)
Specifies whether to use transacted mode.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
transacted(String transacted)
Specifies whether to use transacted mode.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
username(String username)
Username to use with the ConnectionFactory.
|
default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointConsumerBuilder advanced()
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder clientId(String clientId)
java.lang.String type.
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder connectionFactory(Object connectionFactory)
javax.jms.ConnectionFactory type.
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder connectionFactory(String connectionFactory)
javax.jms.ConnectionFactory type.
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder disableReplyTo(boolean disableReplyTo)
boolean type.
Default: false
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder disableReplyTo(String disableReplyTo)
boolean type.
Default: false
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder durableSubscriptionName(String durableSubscriptionName)
java.lang.String type.
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder jmsMessageType(AMQPEndpointBuilderFactory.JmsMessageType jmsMessageType)
org.apache.camel.component.jms.JmsMessageType type.
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder jmsMessageType(String jmsMessageType)
org.apache.camel.component.jms.JmsMessageType type.
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
boolean type.
Default: false
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder testConnectionOnStartup(String testConnectionOnStartup)
boolean type.
Default: false
Group: commondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder acknowledgementModeName(String acknowledgementModeName)
java.lang.String type.
Default: AUTO_ACKNOWLEDGE
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder asyncConsumer(boolean asyncConsumer)
boolean type.
Default: false
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder asyncConsumer(String asyncConsumer)
boolean type.
Default: false
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder autoStartup(boolean autoStartup)
boolean type.
Default: true
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder autoStartup(String autoStartup)
boolean type.
Default: true
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder cacheLevel(int cacheLevel)
int type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder cacheLevel(String cacheLevel)
int type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder cacheLevelName(String cacheLevelName)
java.lang.String type.
Default: CACHE_AUTO
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
int type.
Default: 1
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
int type.
Default: 1
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder maxConcurrentConsumers(int maxConcurrentConsumers)
int type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder maxConcurrentConsumers(String maxConcurrentConsumers)
int type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder replyTo(String replyTo)
java.lang.String type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
boolean type.
Default: true
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder replyToDeliveryPersistent(String replyToDeliveryPersistent)
boolean type.
Default: true
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder selector(String selector)
java.lang.String type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionDurable(boolean subscriptionDurable)
boolean type.
Default: false
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionDurable(String subscriptionDurable)
boolean type.
Default: false
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionName(String subscriptionName)
java.lang.String type.
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionShared(boolean subscriptionShared)
boolean type.
Default: false
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionShared(String subscriptionShared)
boolean type.
Default: false
Group: consumerdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: WARN
Group: loggingdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLoggingLevel(String errorHandlerLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: WARN
Group: loggingdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
boolean type.
Default: true
Group: loggingdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLogStackTrace(String errorHandlerLogStackTrace)
boolean type.
Default: true
Group: loggingdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: securitydefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder transacted(boolean transacted)
boolean type.
Default: false
Group: transactiondefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder transacted(String transacted)
boolean type.
Default: false
Group: transactionApache Camel