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