| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AmqpComponentBuilderFactory.AmqpComponentBuilder |
ComponentsBuilderFactory.amqp()
AMQP (camel-amqp)
Messaging with AMQP protocol using Apache QPid Client.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AmqpComponentBuilderFactory.AmqpComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.acceptMessagesWhileStopping(boolean acceptMessagesWhileStopping)
Specifies whether the consumer accept messages while it is stopping.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.acknowledgementMode(int acknowledgementMode)
The JMS acknowledgement mode defined as an Integer.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.acknowledgementModeName(String acknowledgementModeName)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.allowAdditionalHeaders(String allowAdditionalHeaders)
This option is used to allow additional headers which may have values
that are invalid according to JMS specification.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.allowAutoWiredConnectionFactory(boolean allowAutoWiredConnectionFactory)
Whether to auto-discover ConnectionFactory from the registry, if no
connection factory has been configured.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.allowAutoWiredDestinationResolver(boolean allowAutoWiredDestinationResolver)
Whether to auto-discover DestinationResolver from the registry, if no
destination resolver has been configured.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.allowNullBody(boolean allowNullBody)
Whether to allow sending messages with no body.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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.
|
static AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.amqp()
AMQP (camel-amqp)
Messaging with AMQP protocol using Apache QPid Client.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.asyncConsumer(boolean asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.asyncStartListener(boolean asyncStartListener)
Whether to startup the JmsConsumer message listener asynchronously,
when starting a route.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.asyncStopListener(boolean asyncStopListener)
Whether to stop the JmsConsumer message listener asynchronously, when
stopping a route.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.autoStartup(boolean autoStartup)
Specifies whether the consumer container should auto-startup.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.cacheLevel(int cacheLevel)
Sets the cache level by ID for the underlying JMS resources.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.cacheLevelName(String cacheLevelName)
Sets the cache level by name for the underlying JMS resources.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.clientId(String clientId)
Sets the JMS client ID to use.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.concurrentConsumers(int concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.configuration(org.apache.camel.component.jms.JmsConfiguration configuration)
To use a shared JMS configuration.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.connectionFactory(javax.jms.ConnectionFactory connectionFactory)
The connection factory to be use.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.correlationProperty(String correlationProperty)
Use this JMS property to correlate messages in InOut exchange pattern
(request-reply) instead of JMSCorrelationID property.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.deliveryMode(Integer deliveryMode)
Specifies the delivery mode to be used.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.deliveryPersistent(boolean deliveryPersistent)
Specifies whether persistent delivery is used by default.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.durableSubscriptionName(String durableSubscriptionName)
The durable subscriber name for specifying durable topic
subscriptions.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.eagerLoadingOfProperties(boolean eagerLoadingOfProperties)
Enables eager loading of JMS properties 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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
Allows to configure the default errorHandler logging level for
logging uncaught exceptions.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
Allows to control whether stacktraces should be logged or not, by the
default errorHandler.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.exceptionListener(javax.jms.ExceptionListener exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.explicitQosEnabled(boolean explicitQosEnabled)
Set if the deliveryMode, priority or timeToLive qualities of service
should be used when sending messages.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.exposeListenerSession(boolean exposeListenerSession)
Specifies whether the listener session should be exposed when
consuming messages.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.formatDateHeadersToIso8601(boolean formatDateHeadersToIso8601)
Sets whether date headers should be formatted according to the ISO
8601 standard.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.idleConsumerLimit(int idleConsumerLimit)
Specify the limit for the number of consumers that are allowed to be
idle at any given time.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.idleTaskExecutionLimit(int idleTaskExecutionLimit)
Specifies the limit for idle executions of a receive task, not having
received any message within its execution.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.includeAllJMSXProperties(boolean includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.includeAmqpAnnotations(boolean includeAmqpAnnotations)
Whether to include AMQP annotations when mapping from AMQP to Camel
Message.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.includeSentJMSMessageID(boolean includeSentJMSMessageID)
Only applicable when sending to JMS destination using InOnly (eg fire
and forget).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.jmsOperations(org.springframework.jms.core.JmsOperations jmsOperations)
Allows you to use your own implementation of the
org.springframework.jms.core.JmsOperations interface.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.lazyCreateTransactionManager(boolean lazyCreateTransactionManager)
If true, Camel will create a JmsTransactionManager, if there is no
transactionManager injected when option transacted=true.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.maxConcurrentConsumers(int maxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.maxMessagesPerTask(int maxMessagesPerTask)
The number of messages per task.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.messageIdEnabled(boolean messageIdEnabled)
When sending, specifies whether message IDs should be added.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.messageTimestampEnabled(boolean messageTimestampEnabled)
Specifies whether timestamps should be enabled by default on sending
messages.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.password(String password)
Password to use with the ConnectionFactory.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.pubSubNoLocal(boolean pubSubNoLocal)
Specifies whether to inhibit the delivery of messages published by
its own connection.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.queueBrowseStrategy(org.apache.camel.component.jms.QueueBrowseStrategy queueBrowseStrategy)
To use a custom QueueBrowseStrategy when browsing queues.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.receiveTimeout(long receiveTimeout)
The timeout for receiving messages (in milliseconds).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.recoveryInterval(long recoveryInterval)
Specifies the interval between recovery attempts, i.e.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.replyOnTimeoutToMaxConcurrentConsumers(int replyOnTimeoutToMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers for continue
routing when timeout occurred when using request/reply over JMS.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.replyToCacheLevelName(String replyToCacheLevelName)
Sets the cache level by name for the reply consumer when doing
request/reply over JMS.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.replyToConcurrentConsumers(int replyToConcurrentConsumers)
Specifies the default number of concurrent consumers when doing
request/reply over JMS.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.replyToMaxConcurrentConsumers(int replyToMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when using
request/reply over JMS.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.requestTimeout(long requestTimeout)
The timeout for waiting for a reply when using the InOut Exchange
Pattern (in milliseconds).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
Configures how often Camel should check for timed out Exchanges when
doing request/reply over JMS.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.streamMessageTypeEnabled(boolean streamMessageTypeEnabled)
Sets whether StreamMessage type is enabled or not.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.subscriptionDurable(boolean subscriptionDurable)
Set whether to make the subscription durable.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.subscriptionName(String subscriptionName)
Set the name of a subscription to create.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.subscriptionShared(boolean subscriptionShared)
Set whether to make the subscription shared.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.taskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
Allows you to specify a custom task executor for consuming messages.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.timeToLive(long timeToLive)
When sending messages, specifies the time-to-live of the message (in
milliseconds).
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.transacted(boolean transacted)
Specifies whether to use transacted mode.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
The Spring transaction manager to use.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.transactionName(String transactionName)
The name of the transaction to use.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.transactionTimeout(int transactionTimeout)
The timeout value of the transaction (in seconds), if using
transacted mode.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.transferExchange(boolean transferExchange)
You can transfer the exchange over the wire instead of just the body
and headers.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID)
Specifies whether JMSMessageID should always be used as
JMSCorrelationID for InOut messages.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.username(String username)
Username to use with the ConnectionFactory.
|
default AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.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 AmqpComponentBuilderFactory.AmqpComponentBuilder |
AmqpComponentBuilderFactory.AmqpComponentBuilder.waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime)
Interval in millis to sleep each time while waiting for provisional
correlation id to be updated.
|
Apache Camel