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 |
artemisConsumerPriority(int artemisConsumerPriority)
Consumer priorities allow you to ensure that high priority consumers
receive messages while they are active.
|
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder |
artemisConsumerPriority(String artemisConsumerPriority)
Consumer priorities allow you to ensure that high priority consumers
receive messages while they are active.
|
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 (overrides any incoming
value of Message.getJMSReplyTo() in consumer).
|
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 |
transactedInOut(boolean transactedInOut)
Specifies whether InOut operations (request reply) default to using
transacted mode If this flag is set to true, then Spring JmsTemplate
will have sessionTransacted set to true, and the acknowledgeMode as
transacted on the JmsTemplate used for InOut operations.
|
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder |
transactedInOut(String transactedInOut)
Specifies whether InOut operations (request reply) default to using
transacted mode If this flag is set to true, then Spring JmsTemplate
will have sessionTransacted set to true, and the acknowledgeMode as
transacted on the JmsTemplate used for InOut operations.
|
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder |
username(String username)
Username to use with the ConnectionFactory.
|
default ActiveMQEndpointBuilderFactory.AdvancedActiveMQEndpointConsumerBuilder advanced()
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder clientId(String clientId)
clientId - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder disableReplyTo(boolean disableReplyTo)
disableReplyTo - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder disableReplyTo(String disableReplyTo)
disableReplyTo - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder durableSubscriptionName(String durableSubscriptionName)
durableSubscriptionName - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder jmsMessageType(ActiveMQEndpointBuilderFactory.JmsMessageType jmsMessageType)
jmsMessageType - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder jmsMessageType(String jmsMessageType)
jmsMessageType - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder replyTo(String replyTo)
replyTo - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder testConnectionOnStartup(String testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder acknowledgementModeName(String acknowledgementModeName)
acknowledgementModeName - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder artemisConsumerPriority(int artemisConsumerPriority)
artemisConsumerPriority - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder artemisConsumerPriority(String artemisConsumerPriority)
artemisConsumerPriority - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder asyncConsumer(boolean asyncConsumer)
asyncConsumer - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder asyncConsumer(String asyncConsumer)
asyncConsumer - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder autoStartup(boolean autoStartup)
autoStartup - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder autoStartup(String autoStartup)
autoStartup - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder cacheLevel(int cacheLevel)
cacheLevel - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder cacheLevel(String cacheLevel)
cacheLevel - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder cacheLevelName(String cacheLevelName)
cacheLevelName - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
concurrentConsumers - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
concurrentConsumers - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder maxConcurrentConsumers(int maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder maxConcurrentConsumers(String maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder replyToDeliveryPersistent(String replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder selector(String selector)
selector - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder subscriptionDurable(boolean subscriptionDurable)
subscriptionDurable - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder subscriptionDurable(String subscriptionDurable)
subscriptionDurable - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder subscriptionName(String subscriptionName)
subscriptionName - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder subscriptionShared(boolean subscriptionShared)
subscriptionShared - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder subscriptionShared(String subscriptionShared)
subscriptionShared - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
errorHandlerLoggingLevel - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder errorHandlerLoggingLevel(String errorHandlerLoggingLevel)
errorHandlerLoggingLevel - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
errorHandlerLogStackTrace - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder errorHandlerLogStackTrace(String errorHandlerLogStackTrace)
errorHandlerLogStackTrace - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder password(String password)
password - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder username(String username)
username - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder transacted(boolean transacted)
transacted - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder transacted(String transacted)
transacted - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder transactedInOut(boolean transactedInOut)
transactedInOut - the value to setdefault ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder transactedInOut(String transactedInOut)
transactedInOut - the value to setApache Camel