public static interface JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
acceptMessagesWhileStopping(boolean acceptMessagesWhileStopping)
Specifies whether the consumer accept messages while it is stopping.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
acceptMessagesWhileStopping(String acceptMessagesWhileStopping)
Specifies whether the consumer accept messages while it is stopping.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
allowReplyManagerQuickStop(boolean allowReplyManagerQuickStop)
Whether the DefaultMessageListenerContainer used in the reply
managers for request-reply messaging allow the
DefaultMessageListenerContainer.runningAllowed flag to quick stop in
case JmsConfiguration#isAcceptMessagesWhileStopping is enabled, and
org.apache.camel.CamelContext is currently being stopped.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
allowReplyManagerQuickStop(String allowReplyManagerQuickStop)
Whether the DefaultMessageListenerContainer used in the reply
managers for request-reply messaging allow the
DefaultMessageListenerContainer.runningAllowed flag to quick stop in
case JmsConfiguration#isAcceptMessagesWhileStopping is enabled, and
org.apache.camel.CamelContext is currently being stopped.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
allowSerializedHeaders(boolean allowSerializedHeaders)
Controls whether or not to include serialized headers.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
allowSerializedHeaders(String allowSerializedHeaders)
Controls whether or not to include serialized headers.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
artemisStreamingEnabled(boolean artemisStreamingEnabled)
Whether optimizing for Apache Artemis streaming mode.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
artemisStreamingEnabled(String artemisStreamingEnabled)
Whether optimizing for Apache Artemis streaming mode.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
asyncStartListener(boolean asyncStartListener)
Whether to startup the JmsConsumer message listener asynchronously,
when starting a route.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
asyncStartListener(String asyncStartListener)
Whether to startup the JmsConsumer message listener asynchronously,
when starting a route.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
asyncStopListener(boolean asyncStopListener)
Whether to stop the JmsConsumer message listener asynchronously, when
stopping a route.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
asyncStopListener(String asyncStopListener)
Whether to stop the JmsConsumer message listener asynchronously, when
stopping a route.
|
default JmsEndpointBuilderFactory.JmsEndpointConsumerBuilder |
basic() |
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
consumerType(JmsEndpointBuilderFactory.ConsumerType consumerType)
The consumer type to use, which can be one of: Simple, Default, or
Custom.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
consumerType(String consumerType)
The consumer type to use, which can be one of: Simple, Default, or
Custom.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
defaultTaskExecutorType(JmsEndpointBuilderFactory.DefaultTaskExecutorType defaultTaskExecutorType)
Specifies what default TaskExecutor type to use in the
DefaultMessageListenerContainer, for both consumer endpoints and the
ReplyTo consumer of producer endpoints.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
defaultTaskExecutorType(String defaultTaskExecutorType)
Specifies what default TaskExecutor type to use in the
DefaultMessageListenerContainer, for both consumer endpoints and the
ReplyTo consumer of producer endpoints.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
destinationResolver(Object destinationResolver)
A pluggable
org.springframework.jms.support.destination.DestinationResolver that
allows you to use your own resolver (for example, to lookup the real
destination in a JNDI registry).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
destinationResolver(String destinationResolver)
A pluggable
org.springframework.jms.support.destination.DestinationResolver that
allows you to use your own resolver (for example, to lookup the real
destination in a JNDI registry).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
eagerLoadingOfProperties(boolean eagerLoadingOfProperties)
Enables eager loading of JMS properties and payload as soon as a
message is loaded which generally is inefficient as the JMS
properties may not be required but sometimes can catch early any
issues with the underlying JMS provider and the use of JMS
properties.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
eagerLoadingOfProperties(String eagerLoadingOfProperties)
Enables eager loading of JMS properties and payload as soon as a
message is loaded which generally is inefficient as the JMS
properties may not be required but sometimes can catch early any
issues with the underlying JMS provider and the use of JMS
properties.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
eagerPoisonBody(String eagerPoisonBody)
If eagerLoadingOfProperties is enabled and the JMS message payload
(JMS body or JMS properties) is poison (cannot be read/mapped), then
set this text as the message body instead so the message can be
processed (the cause of the poison are already stored as exception on
the Exchange).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
errorHandler(Object errorHandler)
Specifies a org.springframework.util.ErrorHandler to be invoked in
case of any uncaught exceptions thrown while processing a Message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
errorHandler(String errorHandler)
Specifies a org.springframework.util.ErrorHandler to be invoked in
case of any uncaught exceptions thrown while processing a Message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exceptionListener(Object exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exceptionListener(String exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exposeListenerSession(boolean exposeListenerSession)
Specifies whether the listener session should be exposed when
consuming messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
exposeListenerSession(String exposeListenerSession)
Specifies whether the listener session should be exposed when
consuming messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
idleConsumerLimit(int idleConsumerLimit)
Specify the limit for the number of consumers that are allowed to be
idle at any given time.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
idleConsumerLimit(String idleConsumerLimit)
Specify the limit for the number of consumers that are allowed to be
idle at any given time.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
idleTaskExecutionLimit(int idleTaskExecutionLimit)
Specifies the limit for idle executions of a receive task, not having
received any message within its execution.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
idleTaskExecutionLimit(String idleTaskExecutionLimit)
Specifies the limit for idle executions of a receive task, not having
received any message within its execution.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
includeAllJMSXProperties(boolean includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
includeAllJMSXProperties(String includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
lazyCreateTransactionManager(boolean lazyCreateTransactionManager)
If true, Camel will create a JmsTransactionManager, if there is no
transactionManager injected when option transacted=true.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
lazyCreateTransactionManager(String lazyCreateTransactionManager)
If true, Camel will create a JmsTransactionManager, if there is no
transactionManager injected when option transacted=true.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
mapJmsMessage(boolean mapJmsMessage)
Specifies whether Camel should auto map the received JMS message to a
suited payload type, such as javax.jms.TextMessage to a String etc.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
mapJmsMessage(String mapJmsMessage)
Specifies whether Camel should auto map the received JMS message to a
suited payload type, such as javax.jms.TextMessage to a String etc.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
maxMessagesPerTask(int maxMessagesPerTask)
The number of messages per task.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
maxMessagesPerTask(String maxMessagesPerTask)
The number of messages per task.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageConverter(Object messageConverter)
To use a custom Spring
org.springframework.jms.support.converter.MessageConverter so you can
be in control how to map to/from a javax.jms.Message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageConverter(String messageConverter)
To use a custom Spring
org.springframework.jms.support.converter.MessageConverter so you can
be in control how to map to/from a javax.jms.Message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageCreatedStrategy(Object messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel
creates new instances of javax.jms.Message objects when Camel is
sending a JMS message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageCreatedStrategy(String messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel
creates new instances of javax.jms.Message objects when Camel is
sending a JMS message.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageIdEnabled(boolean messageIdEnabled)
When sending, specifies whether message IDs should be added.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageIdEnabled(String messageIdEnabled)
When sending, specifies whether message IDs should be added.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageListenerContainerFactory(Object messageListenerContainerFactory)
Registry ID of the MessageListenerContainerFactory used to determine
what
org.springframework.jms.listener.AbstractMessageListenerContainer to
use to consume messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageListenerContainerFactory(String messageListenerContainerFactory)
Registry ID of the MessageListenerContainerFactory used to determine
what
org.springframework.jms.listener.AbstractMessageListenerContainer to
use to consume messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageTimestampEnabled(boolean messageTimestampEnabled)
Specifies whether timestamps should be enabled by default on sending
messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
messageTimestampEnabled(String messageTimestampEnabled)
Specifies whether timestamps should be enabled by default on sending
messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
pubSubNoLocal(boolean pubSubNoLocal)
Specifies whether to inhibit the delivery of messages published by
its own connection.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
pubSubNoLocal(String pubSubNoLocal)
Specifies whether to inhibit the delivery of messages published by
its own connection.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
receiveTimeout(long receiveTimeout)
The timeout for receiving messages (in milliseconds).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
receiveTimeout(String receiveTimeout)
The timeout for receiving messages (in milliseconds).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
recoveryInterval(long recoveryInterval)
Specifies the interval between recovery attempts, i.e.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
recoveryInterval(String recoveryInterval)
Specifies the interval between recovery attempts, i.e.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
replyToSameDestinationAllowed(boolean replyToSameDestinationAllowed)
Whether a JMS consumer is allowed to send a reply message to the same
destination that the consumer is using to consume from.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
replyToSameDestinationAllowed(String replyToSameDestinationAllowed)
Whether a JMS consumer is allowed to send a reply message to the same
destination that the consumer is using to consume from.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
Configures how often Camel should check for timed out Exchanges when
doing request/reply over JMS.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
requestTimeoutCheckerInterval(String requestTimeoutCheckerInterval)
Configures how often Camel should check for timed out Exchanges when
doing request/reply over JMS.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
taskExecutor(Object taskExecutor)
Allows you to specify a custom task executor for consuming messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
taskExecutor(String taskExecutor)
Allows you to specify a custom task executor for consuming messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transactionManager(Object transactionManager)
The Spring transaction manager to use.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transactionManager(String transactionManager)
The Spring transaction manager to use.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transactionName(String transactionName)
The name of the transaction to use.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transactionTimeout(int transactionTimeout)
The timeout value of the transaction (in seconds), if using
transacted mode.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transactionTimeout(String transactionTimeout)
The timeout value of the transaction (in seconds), if using
transacted mode.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transferException(boolean transferException)
If enabled and you are using Request Reply messaging (InOut) and an
Exchange failed on the consumer side, then the caused Exception will
be send back in response as a javax.jms.ObjectMessage.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transferException(String transferException)
If enabled and you are using Request Reply messaging (InOut) and an
Exchange failed on the consumer side, then the caused Exception will
be send back in response as a javax.jms.ObjectMessage.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transferExchange(boolean transferExchange)
You can transfer the exchange over the wire instead of just the body
and headers.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
transferExchange(String transferExchange)
You can transfer the exchange over the wire instead of just the body
and headers.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID)
Specifies whether JMSMessageID should always be used as
JMSCorrelationID for InOut messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
useMessageIDAsCorrelationID(String useMessageIDAsCorrelationID)
Specifies whether JMSMessageID should always be used as
JMSCorrelationID for InOut messages.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
waitForProvisionCorrelationToBeUpdatedCounter(int waitForProvisionCorrelationToBeUpdatedCounter)
Number of times to wait for provisional correlation id to be updated
to the actual correlation id when doing request/reply over JMS and
when the option useMessageIDAsCorrelationID is enabled.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
waitForProvisionCorrelationToBeUpdatedCounter(String waitForProvisionCorrelationToBeUpdatedCounter)
Number of times to wait for provisional correlation id to be updated
to the actual correlation id when doing request/reply over JMS and
when the option useMessageIDAsCorrelationID is enabled.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
Interval in millis to sleep each time while waiting for provisional
correlation id to be updated.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(String waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
Interval in millis to sleep each time while waiting for provisional
correlation id to be updated.
|
default JmsEndpointBuilderFactory.JmsEndpointConsumerBuilder basic()
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder acceptMessagesWhileStopping(boolean acceptMessagesWhileStopping)
acceptMessagesWhileStopping - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder acceptMessagesWhileStopping(String acceptMessagesWhileStopping)
acceptMessagesWhileStopping - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowReplyManagerQuickStop(boolean allowReplyManagerQuickStop)
allowReplyManagerQuickStop - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowReplyManagerQuickStop(String allowReplyManagerQuickStop)
allowReplyManagerQuickStop - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder consumerType(JmsEndpointBuilderFactory.ConsumerType consumerType)
consumerType - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder consumerType(String consumerType)
consumerType - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder defaultTaskExecutorType(JmsEndpointBuilderFactory.DefaultTaskExecutorType defaultTaskExecutorType)
defaultTaskExecutorType - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder defaultTaskExecutorType(String defaultTaskExecutorType)
defaultTaskExecutorType - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder eagerLoadingOfProperties(boolean eagerLoadingOfProperties)
eagerLoadingOfProperties - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder eagerLoadingOfProperties(String eagerLoadingOfProperties)
eagerLoadingOfProperties - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder eagerPoisonBody(String eagerPoisonBody)
eagerPoisonBody - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exposeListenerSession(boolean exposeListenerSession)
exposeListenerSession - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exposeListenerSession(String exposeListenerSession)
exposeListenerSession - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder replyToSameDestinationAllowed(boolean replyToSameDestinationAllowed)
replyToSameDestinationAllowed - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder replyToSameDestinationAllowed(String replyToSameDestinationAllowed)
replyToSameDestinationAllowed - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder taskExecutor(Object taskExecutor)
taskExecutor - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder taskExecutor(String taskExecutor)
taskExecutor - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowSerializedHeaders(boolean allowSerializedHeaders)
allowSerializedHeaders - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowSerializedHeaders(String allowSerializedHeaders)
allowSerializedHeaders - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder artemisStreamingEnabled(boolean artemisStreamingEnabled)
artemisStreamingEnabled - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder artemisStreamingEnabled(String artemisStreamingEnabled)
artemisStreamingEnabled - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStartListener(boolean asyncStartListener)
asyncStartListener - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStartListener(String asyncStartListener)
asyncStartListener - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStopListener(boolean asyncStopListener)
asyncStopListener - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStopListener(String asyncStopListener)
asyncStopListener - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder destinationResolver(Object destinationResolver)
destinationResolver - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder destinationResolver(String destinationResolver)
destinationResolver - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder errorHandler(Object errorHandler)
errorHandler - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder errorHandler(String errorHandler)
errorHandler - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionListener(Object exceptionListener)
exceptionListener - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionListener(String exceptionListener)
exceptionListener - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleConsumerLimit(int idleConsumerLimit)
idleConsumerLimit - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleConsumerLimit(String idleConsumerLimit)
idleConsumerLimit - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleTaskExecutionLimit(int idleTaskExecutionLimit)
idleTaskExecutionLimit - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleTaskExecutionLimit(String idleTaskExecutionLimit)
idleTaskExecutionLimit - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties)
includeAllJMSXProperties - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder includeAllJMSXProperties(String includeAllJMSXProperties)
includeAllJMSXProperties - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
jmsKeyFormatStrategy - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
jmsKeyFormatStrategy - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder mapJmsMessage(boolean mapJmsMessage)
mapJmsMessage - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder mapJmsMessage(String mapJmsMessage)
mapJmsMessage - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder maxMessagesPerTask(int maxMessagesPerTask)
maxMessagesPerTask - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder maxMessagesPerTask(String maxMessagesPerTask)
maxMessagesPerTask - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageConverter(Object messageConverter)
messageConverter - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageConverter(String messageConverter)
messageConverter - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageCreatedStrategy(Object messageCreatedStrategy)
messageCreatedStrategy - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageCreatedStrategy(String messageCreatedStrategy)
messageCreatedStrategy - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageIdEnabled(boolean messageIdEnabled)
messageIdEnabled - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageIdEnabled(String messageIdEnabled)
messageIdEnabled - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageListenerContainerFactory(Object messageListenerContainerFactory)
messageListenerContainerFactory - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageListenerContainerFactory(String messageListenerContainerFactory)
messageListenerContainerFactory - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageTimestampEnabled(boolean messageTimestampEnabled)
messageTimestampEnabled - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageTimestampEnabled(String messageTimestampEnabled)
messageTimestampEnabled - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder pubSubNoLocal(boolean pubSubNoLocal)
pubSubNoLocal - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder pubSubNoLocal(String pubSubNoLocal)
pubSubNoLocal - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder receiveTimeout(long receiveTimeout)
receiveTimeout - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder receiveTimeout(String receiveTimeout)
receiveTimeout - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder recoveryInterval(long recoveryInterval)
recoveryInterval - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder recoveryInterval(String recoveryInterval)
recoveryInterval - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
requestTimeoutCheckerInterval - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder requestTimeoutCheckerInterval(String requestTimeoutCheckerInterval)
requestTimeoutCheckerInterval - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferException(boolean transferException)
transferException - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferException(String transferException)
transferException - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferExchange(boolean transferExchange)
transferExchange - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferExchange(String transferExchange)
transferExchange - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID)
useMessageIDAsCorrelationID - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder useMessageIDAsCorrelationID(String useMessageIDAsCorrelationID)
useMessageIDAsCorrelationID - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedCounter(int waitForProvisionCorrelationToBeUpdatedCounter)
waitForProvisionCorrelationToBeUpdatedCounter - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedCounter(String waitForProvisionCorrelationToBeUpdatedCounter)
waitForProvisionCorrelationToBeUpdatedCounter - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime - the
value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(String waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime - the
value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder lazyCreateTransactionManager(boolean lazyCreateTransactionManager)
lazyCreateTransactionManager - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder lazyCreateTransactionManager(String lazyCreateTransactionManager)
lazyCreateTransactionManager - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionManager(Object transactionManager)
transactionManager - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionManager(String transactionManager)
transactionManager - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionName(String transactionName)
transactionName - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionTimeout(int transactionTimeout)
transactionTimeout - the value to setdefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionTimeout(String transactionTimeout)
transactionTimeout - the value to setApache Camel