public static interface JmsComponentBuilderFactory.JmsComponentBuilder extends ComponentBuilder<org.apache.camel.component.jms.JmsComponent>
| Modifier and Type | Method and Description |
|---|---|
default JmsComponentBuilderFactory.JmsComponentBuilder |
acceptMessagesWhileStopping(boolean acceptMessagesWhileStopping)
Specifies whether the consumer accept messages while it is stopping.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
acknowledgementModeName(String acknowledgementModeName)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
allowAdditionalHeaders(String allowAdditionalHeaders)
This option is used to allow additional headers which may have values
that are invalid according to JMS specification.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
allowAutoWiredConnectionFactory(boolean allowAutoWiredConnectionFactory)
Whether to auto-discover ConnectionFactory from the registry, if no
connection factory has been configured.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
allowAutoWiredDestinationResolver(boolean allowAutoWiredDestinationResolver)
Whether to auto-discover DestinationResolver from the registry, if no
destination resolver has been configured.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
allowNullBody(boolean allowNullBody)
Whether to allow sending messages with no body.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
allowSerializedHeaders(boolean allowSerializedHeaders)
Controls whether or not to include serialized headers.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
alwaysCopyMessage(boolean alwaysCopyMessage)
If true, Camel will always make a JMS message copy of the message
when it is passed to the producer for sending.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
artemisStreamingEnabled(boolean artemisStreamingEnabled)
Whether optimizing for Apache Artemis streaming mode.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
asyncConsumer(boolean asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
asyncStartListener(boolean asyncStartListener)
Whether to startup the JmsConsumer message listener asynchronously,
when starting a route.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
asyncStopListener(boolean asyncStopListener)
Whether to stop the JmsConsumer message listener asynchronously, when
stopping a route.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
autoStartup(boolean autoStartup)
Specifies whether the consumer container should auto-startup.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
cacheLevel(int cacheLevel)
Sets the cache level by ID for the underlying JMS resources.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
cacheLevelName(String cacheLevelName)
Sets the cache level by name for the underlying JMS resources.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
clientId(String clientId)
Sets the JMS client ID to use.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
concurrentConsumers(int concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
configuration(org.apache.camel.component.jms.JmsConfiguration configuration)
To use a shared JMS configuration.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
connectionFactory(javax.jms.ConnectionFactory connectionFactory)
The connection factory to be use.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
consumerType(org.apache.camel.component.jms.ConsumerType consumerType)
The consumer type to use, which can be one of: Simple, Default, or
Custom.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
correlationProperty(String correlationProperty)
When using InOut exchange pattern use this JMS property instead of
JMSCorrelationID JMS property to correlate messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
defaultTaskExecutorType(org.apache.camel.component.jms.DefaultTaskExecutorType defaultTaskExecutorType)
Specifies what default TaskExecutor type to use in the
DefaultMessageListenerContainer, for both consumer endpoints and the
ReplyTo consumer of producer endpoints.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
deliveryDelay(long deliveryDelay)
Sets delivery delay to use for send calls for JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
deliveryMode(Integer deliveryMode)
Specifies the delivery mode to be used.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
deliveryPersistent(boolean deliveryPersistent)
Specifies whether persistent delivery is used by default.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
destinationResolver(org.springframework.jms.support.destination.DestinationResolver 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 JmsComponentBuilderFactory.JmsComponentBuilder |
disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
disableTimeToLive(boolean disableTimeToLive)
Use this option to force disabling time to live.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
durableSubscriptionName(String durableSubscriptionName)
The durable subscriber name for specifying durable topic
subscriptions.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
errorHandler(org.springframework.util.ErrorHandler errorHandler)
Specifies a org.springframework.util.ErrorHandler to be invoked in
case of any uncaught exceptions thrown while processing a Message.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
Allows to configure the default errorHandler logging level for
logging uncaught exceptions.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
Allows to control whether stacktraces should be logged or not, by the
default errorHandler.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
exceptionListener(javax.jms.ExceptionListener exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
explicitQosEnabled(Boolean explicitQosEnabled)
Set if the deliveryMode, priority or timeToLive qualities of service
should be used when sending messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
exposeListenerSession(boolean exposeListenerSession)
Specifies whether the listener session should be exposed when
consuming messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
forceSendOriginalMessage(boolean forceSendOriginalMessage)
When using mapJmsMessage=false Camel will create a new JMS message to
send to a new JMS destination if you touch the headers (get or set)
during the route.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
formatDateHeadersToIso8601(boolean formatDateHeadersToIso8601)
Sets whether JMS date properties should be formatted according to the
ISO 8601 standard.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
header to and from Camel message.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
idleConsumerLimit(int idleConsumerLimit)
Specify the limit for the number of consumers that are allowed to be
idle at any given time.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
idleTaskExecutionLimit(int idleTaskExecutionLimit)
Specifies the limit for idle executions of a receive task, not having
received any message within its execution.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
includeAllJMSXProperties(boolean includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
includeSentJMSMessageID(boolean includeSentJMSMessageID)
Only applicable when sending to JMS destination using InOnly (eg fire
and forget).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
jmsKeyFormatStrategy(org.apache.camel.component.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
jmsMessageType(org.apache.camel.component.jms.JmsMessageType jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
lazyCreateTransactionManager(boolean lazyCreateTransactionManager)
If true, Camel will create a JmsTransactionManager, if there is no
transactionManager injected when option transacted=true.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
maxConcurrentConsumers(int maxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
maxMessagesPerTask(int maxMessagesPerTask)
The number of messages per task.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
messageConverter(org.springframework.jms.support.converter.MessageConverter 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 JmsComponentBuilderFactory.JmsComponentBuilder |
messageCreatedStrategy(org.apache.camel.component.jms.MessageCreatedStrategy 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 JmsComponentBuilderFactory.JmsComponentBuilder |
messageIdEnabled(boolean messageIdEnabled)
When sending, specifies whether message IDs should be added.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
messageListenerContainerFactory(org.apache.camel.component.jms.MessageListenerContainerFactory messageListenerContainerFactory)
Registry ID of the MessageListenerContainerFactory used to determine
what
org.springframework.jms.listener.AbstractMessageListenerContainer to
use to consume messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
messageTimestampEnabled(boolean messageTimestampEnabled)
Specifies whether timestamps should be enabled by default on sending
messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
password(String password)
Password to use with the ConnectionFactory.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
preserveMessageQos(boolean preserveMessageQos)
Set to true, if you want to send message using the QoS settings
specified on the message, instead of the QoS settings on the JMS
endpoint.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
priority(int priority)
Values greater than 1 specify the message priority when sending
(where 0 is the lowest priority and 9 is the highest).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
pubSubNoLocal(boolean pubSubNoLocal)
Specifies whether to inhibit the delivery of messages published by
its own connection.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
queueBrowseStrategy(org.apache.camel.component.jms.QueueBrowseStrategy queueBrowseStrategy)
To use a custom QueueBrowseStrategy when browsing queues.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
receiveTimeout(long receiveTimeout)
The timeout for receiving messages (in milliseconds).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
recoveryInterval(long recoveryInterval)
Specifies the interval between recovery attempts, i.e.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyTo(String replyTo)
Provides an explicit ReplyTo destination (overrides any incoming
value of Message.getJMSReplyTo() in consumer).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToCacheLevelName(String replyToCacheLevelName)
Sets the cache level by name for the reply consumer when doing
request/reply over JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToConcurrentConsumers(int replyToConcurrentConsumers)
Specifies the default number of concurrent consumers when doing
request/reply over JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToDestinationSelectorName(String replyToDestinationSelectorName)
Sets the JMS Selector using the fixed name to be used so you can
filter out your own replies from the others when using a shared queue
(that is, if you are not using a temporary reply queue).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToMaxConcurrentConsumers(int replyToMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when using
request/reply over JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers for continue
routing when timeout occurred when using request/reply over JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
replyToOverride(String replyToOverride)
Provides an explicit ReplyTo destination in the JMS message, which
overrides the setting of replyTo.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
replyToType(org.apache.camel.component.jms.ReplyToType replyToType)
Allows for explicitly specifying which kind of strategy to use for
replyTo queues when doing request/reply over JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
requestTimeout(long requestTimeout)
The timeout for waiting for a reply when using the InOut Exchange
Pattern (in milliseconds).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
Configures how often Camel should check for timed out Exchanges when
doing request/reply over JMS.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
selector(String selector)
Sets the JMS selector to use.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
streamMessageTypeEnabled(boolean streamMessageTypeEnabled)
Sets whether StreamMessage type is enabled or not.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
subscriptionDurable(boolean subscriptionDurable)
Set whether to make the subscription durable.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
subscriptionName(String subscriptionName)
Set the name of a subscription to create.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
subscriptionShared(boolean subscriptionShared)
Set whether to make the subscription shared.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
taskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
Allows you to specify a custom task executor for consuming messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
timeToLive(long timeToLive)
When sending messages, specifies the time-to-live of the message (in
milliseconds).
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
transacted(boolean transacted)
Specifies whether to use transacted mode.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
The Spring transaction manager to use.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
transactionName(String transactionName)
The name of the transaction to use.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
transactionTimeout(int transactionTimeout)
The timeout value of the transaction (in seconds), if using
transacted mode.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
transferExchange(boolean transferExchange)
You can transfer the exchange over the wire instead of just the body
and headers.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID)
Specifies whether JMSMessageID should always be used as
JMSCorrelationID for InOut messages.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
username(String username)
Username to use with the ConnectionFactory.
|
default JmsComponentBuilderFactory.JmsComponentBuilder |
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 JmsComponentBuilderFactory.JmsComponentBuilder |
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
Interval in millis to sleep each time while waiting for provisional
correlation id to be updated.
|
build, build, doSetProperty, registerdefault JmsComponentBuilderFactory.JmsComponentBuilder clientId(String clientId)
clientId - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder connectionFactory(javax.jms.ConnectionFactory connectionFactory)
connectionFactory - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder disableReplyTo(boolean disableReplyTo)
disableReplyTo - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder durableSubscriptionName(String durableSubscriptionName)
durableSubscriptionName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder jmsMessageType(org.apache.camel.component.jms.JmsMessageType jmsMessageType)
jmsMessageType - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyTo(String replyTo)
replyTo - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder acknowledgementModeName(String acknowledgementModeName)
acknowledgementModeName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder asyncConsumer(boolean asyncConsumer)
asyncConsumer - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder autoStartup(boolean autoStartup)
autoStartup - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder cacheLevel(int cacheLevel)
cacheLevel - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder cacheLevelName(String cacheLevelName)
cacheLevelName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder concurrentConsumers(int concurrentConsumers)
concurrentConsumers - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder maxConcurrentConsumers(int maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder selector(String selector)
selector - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder subscriptionDurable(boolean subscriptionDurable)
subscriptionDurable - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder subscriptionName(String subscriptionName)
subscriptionName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder subscriptionShared(boolean subscriptionShared)
subscriptionShared - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder acceptMessagesWhileStopping(boolean acceptMessagesWhileStopping)
acceptMessagesWhileStopping - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder allowReplyManagerQuickStop(boolean allowReplyManagerQuickStop)
allowReplyManagerQuickStop - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder consumerType(org.apache.camel.component.jms.ConsumerType consumerType)
consumerType - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder defaultTaskExecutorType(org.apache.camel.component.jms.DefaultTaskExecutorType defaultTaskExecutorType)
defaultTaskExecutorType - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder eagerLoadingOfProperties(boolean eagerLoadingOfProperties)
eagerLoadingOfProperties - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder eagerPoisonBody(String eagerPoisonBody)
eagerPoisonBody - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder exposeListenerSession(boolean exposeListenerSession)
exposeListenerSession - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToSameDestinationAllowed(boolean replyToSameDestinationAllowed)
replyToSameDestinationAllowed - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder taskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
taskExecutor - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder deliveryDelay(long deliveryDelay)
deliveryDelay - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder deliveryMode(Integer deliveryMode)
deliveryMode - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder deliveryPersistent(boolean deliveryPersistent)
deliveryPersistent - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder explicitQosEnabled(Boolean explicitQosEnabled)
explicitQosEnabled - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder formatDateHeadersToIso8601(boolean formatDateHeadersToIso8601)
formatDateHeadersToIso8601 - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder preserveMessageQos(boolean preserveMessageQos)
preserveMessageQos - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder priority(int priority)
priority - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToConcurrentConsumers(int replyToConcurrentConsumers)
replyToConcurrentConsumers - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToMaxConcurrentConsumers(int replyToMaxConcurrentConsumers)
replyToMaxConcurrentConsumers - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers)
replyToOnTimeoutMaxConcurrentConsumers - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToOverride(String replyToOverride)
replyToOverride - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToType(org.apache.camel.component.jms.ReplyToType replyToType)
replyToType - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder requestTimeout(long requestTimeout)
requestTimeout - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder timeToLive(long timeToLive)
timeToLive - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder allowAdditionalHeaders(String allowAdditionalHeaders)
allowAdditionalHeaders - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder allowNullBody(boolean allowNullBody)
allowNullBody - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder alwaysCopyMessage(boolean alwaysCopyMessage)
alwaysCopyMessage - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder correlationProperty(String correlationProperty)
correlationProperty - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder disableTimeToLive(boolean disableTimeToLive)
disableTimeToLive - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder forceSendOriginalMessage(boolean forceSendOriginalMessage)
forceSendOriginalMessage - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder includeSentJMSMessageID(boolean includeSentJMSMessageID)
includeSentJMSMessageID - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToCacheLevelName(String replyToCacheLevelName)
replyToCacheLevelName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder replyToDestinationSelectorName(String replyToDestinationSelectorName)
replyToDestinationSelectorName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder streamMessageTypeEnabled(boolean streamMessageTypeEnabled)
streamMessageTypeEnabled - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder allowAutoWiredConnectionFactory(boolean allowAutoWiredConnectionFactory)
allowAutoWiredConnectionFactory - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder allowAutoWiredDestinationResolver(boolean allowAutoWiredDestinationResolver)
allowAutoWiredDestinationResolver - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder allowSerializedHeaders(boolean allowSerializedHeaders)
allowSerializedHeaders - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder artemisStreamingEnabled(boolean artemisStreamingEnabled)
artemisStreamingEnabled - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder asyncStartListener(boolean asyncStartListener)
asyncStartListener - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder asyncStopListener(boolean asyncStopListener)
asyncStopListener - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder configuration(org.apache.camel.component.jms.JmsConfiguration configuration)
configuration - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder destinationResolver(org.springframework.jms.support.destination.DestinationResolver destinationResolver)
destinationResolver - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder errorHandler(org.springframework.util.ErrorHandler errorHandler)
errorHandler - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder exceptionListener(javax.jms.ExceptionListener exceptionListener)
exceptionListener - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder idleConsumerLimit(int idleConsumerLimit)
idleConsumerLimit - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder idleTaskExecutionLimit(int idleTaskExecutionLimit)
idleTaskExecutionLimit - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties)
includeAllJMSXProperties - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder jmsKeyFormatStrategy(org.apache.camel.component.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy)
jmsKeyFormatStrategy - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder mapJmsMessage(boolean mapJmsMessage)
mapJmsMessage - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder maxMessagesPerTask(int maxMessagesPerTask)
maxMessagesPerTask - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder messageConverter(org.springframework.jms.support.converter.MessageConverter messageConverter)
messageConverter - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder messageCreatedStrategy(org.apache.camel.component.jms.MessageCreatedStrategy messageCreatedStrategy)
messageCreatedStrategy - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder messageIdEnabled(boolean messageIdEnabled)
messageIdEnabled - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder messageListenerContainerFactory(org.apache.camel.component.jms.MessageListenerContainerFactory messageListenerContainerFactory)
messageListenerContainerFactory - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder messageTimestampEnabled(boolean messageTimestampEnabled)
messageTimestampEnabled - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder pubSubNoLocal(boolean pubSubNoLocal)
pubSubNoLocal - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder queueBrowseStrategy(org.apache.camel.component.jms.QueueBrowseStrategy queueBrowseStrategy)
queueBrowseStrategy - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder receiveTimeout(long receiveTimeout)
receiveTimeout - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder recoveryInterval(long recoveryInterval)
recoveryInterval - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
requestTimeoutCheckerInterval - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transferException(boolean transferException)
transferException - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transferExchange(boolean transferExchange)
transferExchange - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID)
useMessageIDAsCorrelationID - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder waitForProvisionCorrelationToBeUpdatedCounter(int waitForProvisionCorrelationToBeUpdatedCounter)
waitForProvisionCorrelationToBeUpdatedCounter - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime - the
value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
errorHandlerLoggingLevel - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
errorHandlerLogStackTrace - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder password(String password)
password - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder username(String username)
username - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transacted(boolean transacted)
transacted - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transactedInOut(boolean transactedInOut)
transactedInOut - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder lazyCreateTransactionManager(boolean lazyCreateTransactionManager)
lazyCreateTransactionManager - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
transactionManager - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transactionName(String transactionName)
transactionName - the value to setdefault JmsComponentBuilderFactory.JmsComponentBuilder transactionTimeout(int transactionTimeout)
transactionTimeout - the value to setApache Camel