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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder acceptMessagesWhileStopping(String acceptMessagesWhileStopping)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowReplyManagerQuickStop(boolean allowReplyManagerQuickStop)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowReplyManagerQuickStop(String allowReplyManagerQuickStop)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder consumerType(JmsEndpointBuilderFactory.ConsumerType consumerType)
org.apache.camel.component.jms.ConsumerType type.
Default: Default
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder consumerType(String consumerType)
org.apache.camel.component.jms.ConsumerType type.
Default: Default
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder defaultTaskExecutorType(JmsEndpointBuilderFactory.DefaultTaskExecutorType defaultTaskExecutorType)
org.apache.camel.component.jms.DefaultTaskExecutorType
type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder defaultTaskExecutorType(String defaultTaskExecutorType)
org.apache.camel.component.jms.DefaultTaskExecutorType
type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder eagerLoadingOfProperties(boolean eagerLoadingOfProperties)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder eagerLoadingOfProperties(String eagerLoadingOfProperties)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder eagerPoisonBody(String eagerPoisonBody)
java.lang.String type.
Default: Poison JMS message due to ${exception.message}
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exposeListenerSession(boolean exposeListenerSession)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exposeListenerSession(String exposeListenerSession)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder replyToSameDestinationAllowed(boolean replyToSameDestinationAllowed)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder replyToSameDestinationAllowed(String replyToSameDestinationAllowed)
boolean type.
Default: false
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder taskExecutor(Object taskExecutor)
org.springframework.core.task.TaskExecutor type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder taskExecutor(String taskExecutor)
org.springframework.core.task.TaskExecutor type.
Group: consumer (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowSerializedHeaders(boolean allowSerializedHeaders)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder allowSerializedHeaders(String allowSerializedHeaders)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder artemisStreamingEnabled(boolean artemisStreamingEnabled)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder artemisStreamingEnabled(String artemisStreamingEnabled)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStartListener(boolean asyncStartListener)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStartListener(String asyncStartListener)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStopListener(boolean asyncStopListener)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder asyncStopListener(String asyncStopListener)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder destinationResolver(Object destinationResolver)
org.springframework.jms.support.destination.DestinationResolver type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder destinationResolver(String destinationResolver)
org.springframework.jms.support.destination.DestinationResolver type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder errorHandler(Object errorHandler)
org.springframework.util.ErrorHandler
type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder errorHandler(String errorHandler)
org.springframework.util.ErrorHandler type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionListener(Object exceptionListener)
javax.jms.ExceptionListener type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder exceptionListener(String exceptionListener)
javax.jms.ExceptionListener type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleConsumerLimit(int idleConsumerLimit)
int type.
Default: 1
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleConsumerLimit(String idleConsumerLimit)
int type.
Default: 1
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleTaskExecutionLimit(int idleTaskExecutionLimit)
int type.
Default: 1
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder idleTaskExecutionLimit(String idleTaskExecutionLimit)
int type.
Default: 1
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder includeAllJMSXProperties(String includeAllJMSXProperties)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
org.apache.camel.component.jms.JmsKeyFormatStrategy
type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
org.apache.camel.component.jms.JmsKeyFormatStrategy
type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder mapJmsMessage(boolean mapJmsMessage)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder mapJmsMessage(String mapJmsMessage)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder maxMessagesPerTask(int maxMessagesPerTask)
int type.
Default: -1
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder maxMessagesPerTask(String maxMessagesPerTask)
int type.
Default: -1
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageConverter(Object messageConverter)
org.springframework.jms.support.converter.MessageConverter type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageConverter(String messageConverter)
org.springframework.jms.support.converter.MessageConverter type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageCreatedStrategy(Object messageCreatedStrategy)
org.apache.camel.component.jms.MessageCreatedStrategy
type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageCreatedStrategy(String messageCreatedStrategy)
org.apache.camel.component.jms.MessageCreatedStrategy
type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageIdEnabled(boolean messageIdEnabled)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageIdEnabled(String messageIdEnabled)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageListenerContainerFactory(Object messageListenerContainerFactory)
org.apache.camel.component.jms.MessageListenerContainerFactory type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageListenerContainerFactory(String messageListenerContainerFactory)
org.apache.camel.component.jms.MessageListenerContainerFactory type.
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageTimestampEnabled(boolean messageTimestampEnabled)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder messageTimestampEnabled(String messageTimestampEnabled)
boolean type.
Default: true
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder pubSubNoLocal(boolean pubSubNoLocal)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder pubSubNoLocal(String pubSubNoLocal)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder receiveTimeout(long receiveTimeout)
long type.
Default: 1000
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder receiveTimeout(String receiveTimeout)
long type.
Default: 1000
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder recoveryInterval(long recoveryInterval)
long type.
Default: 5000
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder recoveryInterval(String recoveryInterval)
long type.
Default: 5000
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
long type.
Default: 1000
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder requestTimeoutCheckerInterval(String requestTimeoutCheckerInterval)
long type.
Default: 1000
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferException(boolean transferException)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferException(String transferException)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferExchange(boolean transferExchange)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transferExchange(String transferExchange)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder useMessageIDAsCorrelationID(String useMessageIDAsCorrelationID)
boolean type.
Default: false
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedCounter(int waitForProvisionCorrelationToBeUpdatedCounter)
int type.
Default: 50
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedCounter(String waitForProvisionCorrelationToBeUpdatedCounter)
int type.
Default: 50
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
long type.
Default: 100
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(String waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
long type.
Default: 100
Group: advanceddefault JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder lazyCreateTransactionManager(boolean lazyCreateTransactionManager)
boolean type.
Default: true
Group: transaction (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder lazyCreateTransactionManager(String lazyCreateTransactionManager)
boolean type.
Default: true
Group: transaction (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionManager(Object transactionManager)
org.springframework.transaction.PlatformTransactionManager type.
Group: transaction (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionManager(String transactionManager)
org.springframework.transaction.PlatformTransactionManager type.
Group: transaction (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionName(String transactionName)
java.lang.String type.
Group: transaction (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionTimeout(int transactionTimeout)
int type.
Default: -1
Group: transaction (advanced)default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder transactionTimeout(String transactionTimeout)
int type.
Default: -1
Group: transaction (advanced)Apache Camel