public static interface AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointProducerBuilder |
advanced() |
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
clientId(String clientId)
Sets the JMS client ID to use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
connectionFactory(Object connectionFactory)
The connection factory to be use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
connectionFactory(String connectionFactory)
The connection factory to be use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
deliveryDelay(long deliveryDelay)
Sets delivery delay to use for send calls for JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
deliveryDelay(String deliveryDelay)
Sets delivery delay to use for send calls for JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
deliveryMode(Integer deliveryMode)
Specifies the delivery mode to be used.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
deliveryMode(String deliveryMode)
Specifies the delivery mode to be used.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
deliveryPersistent(boolean deliveryPersistent)
Specifies whether persistent delivery is used by default.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
deliveryPersistent(String deliveryPersistent)
Specifies whether persistent delivery is used by default.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
disableReplyTo(String disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
durableSubscriptionName(String durableSubscriptionName)
The durable subscriber name for specifying durable topic
subscriptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
explicitQosEnabled(Boolean explicitQosEnabled)
Set if the deliveryMode, priority or timeToLive qualities of service
should be used when sending messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
explicitQosEnabled(String explicitQosEnabled)
Set if the deliveryMode, priority or timeToLive qualities of service
should be used when sending messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
formatDateHeadersToIso8601(boolean formatDateHeadersToIso8601)
Sets whether JMS date properties should be formatted according to the
ISO 8601 standard.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
formatDateHeadersToIso8601(String formatDateHeadersToIso8601)
Sets whether JMS date properties should be formatted according to the
ISO 8601 standard.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
jmsMessageType(AMQPEndpointBuilderFactory.JmsMessageType jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
jmsMessageType(String jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
password(String password)
Password to use with the ConnectionFactory.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
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 AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
preserveMessageQos(String 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 AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
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 AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
priority(String priority)
Values greater than 1 specify the message priority when sending
(where 0 is the lowest priority and 9 is the highest).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyTo(String replyTo)
Provides an explicit ReplyTo destination (overrides any incoming
value of Message.getJMSReplyTo() in consumer).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToConcurrentConsumers(int replyToConcurrentConsumers)
Specifies the default number of concurrent consumers when doing
request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToConcurrentConsumers(String replyToConcurrentConsumers)
Specifies the default number of concurrent consumers when doing
request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToMaxConcurrentConsumers(int replyToMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when using
request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToMaxConcurrentConsumers(String replyToMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when using
request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers for continue
routing when timeout occurred when using request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToOnTimeoutMaxConcurrentConsumers(String replyToOnTimeoutMaxConcurrentConsumers)
Specifies the maximum number of concurrent consumers for continue
routing when timeout occurred when using request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToOverride(String replyToOverride)
Provides an explicit ReplyTo destination in the JMS message, which
overrides the setting of replyTo.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToType(AMQPEndpointBuilderFactory.ReplyToType replyToType)
Allows for explicitly specifying which kind of strategy to use for
replyTo queues when doing request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
replyToType(String replyToType)
Allows for explicitly specifying which kind of strategy to use for
replyTo queues when doing request/reply over JMS.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
requestTimeout(long requestTimeout)
The timeout for waiting for a reply when using the InOut Exchange
Pattern (in milliseconds).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
requestTimeout(String requestTimeout)
The timeout for waiting for a reply when using the InOut Exchange
Pattern (in milliseconds).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
timeToLive(long timeToLive)
When sending messages, specifies the time-to-live of the message (in
milliseconds).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
timeToLive(String timeToLive)
When sending messages, specifies the time-to-live of the message (in
milliseconds).
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
transacted(boolean transacted)
Specifies whether to use transacted mode.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
transacted(String transacted)
Specifies whether to use transacted mode.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
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 AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
transactedInOut(String transactedInOut)
Specifies whether InOut operations (request reply) default to using
transacted mode If this flag is set to true, then Spring JmsTemplate
will have sessionTransacted set to true, and the acknowledgeMode as
transacted on the JmsTemplate used for InOut operations.
|
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder |
username(String username)
Username to use with the ConnectionFactory.
|
default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointProducerBuilder advanced()
default AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder clientId(String clientId)
clientId - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder disableReplyTo(boolean disableReplyTo)
disableReplyTo - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder disableReplyTo(String disableReplyTo)
disableReplyTo - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder durableSubscriptionName(String durableSubscriptionName)
durableSubscriptionName - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder jmsMessageType(AMQPEndpointBuilderFactory.JmsMessageType jmsMessageType)
jmsMessageType - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder jmsMessageType(String jmsMessageType)
jmsMessageType - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyTo(String replyTo)
replyTo - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder testConnectionOnStartup(String testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder deliveryDelay(long deliveryDelay)
deliveryDelay - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder deliveryDelay(String deliveryDelay)
deliveryDelay - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder deliveryMode(Integer deliveryMode)
deliveryMode - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder deliveryMode(String deliveryMode)
deliveryMode - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder deliveryPersistent(boolean deliveryPersistent)
deliveryPersistent - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder deliveryPersistent(String deliveryPersistent)
deliveryPersistent - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder explicitQosEnabled(Boolean explicitQosEnabled)
explicitQosEnabled - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder explicitQosEnabled(String explicitQosEnabled)
explicitQosEnabled - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder formatDateHeadersToIso8601(boolean formatDateHeadersToIso8601)
formatDateHeadersToIso8601 - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder formatDateHeadersToIso8601(String formatDateHeadersToIso8601)
formatDateHeadersToIso8601 - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder preserveMessageQos(boolean preserveMessageQos)
preserveMessageQos - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder preserveMessageQos(String preserveMessageQos)
preserveMessageQos - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder priority(int priority)
priority - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder priority(String priority)
priority - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToConcurrentConsumers(int replyToConcurrentConsumers)
replyToConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToConcurrentConsumers(String replyToConcurrentConsumers)
replyToConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToMaxConcurrentConsumers(int replyToMaxConcurrentConsumers)
replyToMaxConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToMaxConcurrentConsumers(String replyToMaxConcurrentConsumers)
replyToMaxConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers)
replyToOnTimeoutMaxConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToOnTimeoutMaxConcurrentConsumers(String replyToOnTimeoutMaxConcurrentConsumers)
replyToOnTimeoutMaxConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToOverride(String replyToOverride)
replyToOverride - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToType(AMQPEndpointBuilderFactory.ReplyToType replyToType)
replyToType - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder replyToType(String replyToType)
replyToType - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder requestTimeout(long requestTimeout)
requestTimeout - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder requestTimeout(String requestTimeout)
requestTimeout - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder timeToLive(long timeToLive)
timeToLive - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder timeToLive(String timeToLive)
timeToLive - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder password(String password)
password - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder username(String username)
username - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder transacted(boolean transacted)
transacted - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder transacted(String transacted)
transacted - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder transactedInOut(boolean transactedInOut)
transactedInOut - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder transactedInOut(String transactedInOut)
transactedInOut - the value to setApache Camel