public static interface AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
acknowledgementModeName(String acknowledgementModeName)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointConsumerBuilder |
advanced() |
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
artemisConsumerPriority(int artemisConsumerPriority)
Consumer priorities allow you to ensure that high priority consumers
receive messages while they are active.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
artemisConsumerPriority(String artemisConsumerPriority)
Consumer priorities allow you to ensure that high priority consumers
receive messages while they are active.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
asyncConsumer(boolean asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
asyncConsumer(String asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
autoStartup(boolean autoStartup)
Specifies whether the consumer container should auto-startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
autoStartup(String autoStartup)
Specifies whether the consumer container should auto-startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
cacheLevel(int cacheLevel)
Sets the cache level by ID for the underlying JMS resources.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
cacheLevel(String cacheLevel)
Sets the cache level by ID for the underlying JMS resources.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
cacheLevelName(String cacheLevelName)
Sets the cache level by name for the underlying JMS resources.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
clientId(String clientId)
Sets the JMS client ID to use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
concurrentConsumers(int concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
connectionFactory(Object connectionFactory)
The connection factory to be use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
connectionFactory(String connectionFactory)
The connection factory to be use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
disableReplyTo(String disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
durableSubscriptionName(String durableSubscriptionName)
The durable subscriber name for specifying durable topic
subscriptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
Allows to configure the default errorHandler logging level for
logging uncaught exceptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLoggingLevel(String errorHandlerLoggingLevel)
Allows to configure the default errorHandler logging level for
logging uncaught exceptions.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
Allows to control whether stacktraces should be logged or not, by the
default errorHandler.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
errorHandlerLogStackTrace(String errorHandlerLogStackTrace)
Allows to control whether stacktraces should be logged or not, by the
default errorHandler.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
jmsMessageType(AMQPEndpointBuilderFactory.JmsMessageType jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
jmsMessageType(String jmsMessageType)
Allows you to force the use of a specific javax.jms.Message
implementation for sending JMS messages.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
maxConcurrentConsumers(int maxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
maxConcurrentConsumers(String maxConcurrentConsumers)
Specifies the maximum number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
password(String password)
Password to use with the ConnectionFactory.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
replyTo(String replyTo)
Provides an explicit ReplyTo destination (overrides any incoming
value of Message.getJMSReplyTo() in consumer).
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
replyToDeliveryPersistent(String replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
selector(String selector)
Sets the JMS selector to use.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionDurable(boolean subscriptionDurable)
Set whether to make the subscription durable.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionDurable(String subscriptionDurable)
Set whether to make the subscription durable.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionName(String subscriptionName)
Set the name of a subscription to create.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionShared(boolean subscriptionShared)
Set whether to make the subscription shared.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
subscriptionShared(String subscriptionShared)
Set whether to make the subscription shared.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
transacted(boolean transacted)
Specifies whether to use transacted mode.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
transacted(String transacted)
Specifies whether to use transacted mode.
|
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder |
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.AMQPEndpointConsumerBuilder |
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.AMQPEndpointConsumerBuilder |
username(String username)
Username to use with the ConnectionFactory.
|
default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointConsumerBuilder advanced()
default AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder clientId(String clientId)
clientId - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder disableReplyTo(boolean disableReplyTo)
disableReplyTo - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder disableReplyTo(String disableReplyTo)
disableReplyTo - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder durableSubscriptionName(String durableSubscriptionName)
durableSubscriptionName - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder jmsMessageType(AMQPEndpointBuilderFactory.JmsMessageType jmsMessageType)
jmsMessageType - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder jmsMessageType(String jmsMessageType)
jmsMessageType - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder replyTo(String replyTo)
replyTo - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder testConnectionOnStartup(String testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder acknowledgementModeName(String acknowledgementModeName)
acknowledgementModeName - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder artemisConsumerPriority(int artemisConsumerPriority)
artemisConsumerPriority - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder artemisConsumerPriority(String artemisConsumerPriority)
artemisConsumerPriority - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder asyncConsumer(boolean asyncConsumer)
asyncConsumer - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder asyncConsumer(String asyncConsumer)
asyncConsumer - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder autoStartup(boolean autoStartup)
autoStartup - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder autoStartup(String autoStartup)
autoStartup - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder cacheLevel(int cacheLevel)
cacheLevel - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder cacheLevel(String cacheLevel)
cacheLevel - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder cacheLevelName(String cacheLevelName)
cacheLevelName - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
concurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
concurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder maxConcurrentConsumers(int maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder maxConcurrentConsumers(String maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder replyToDeliveryPersistent(String replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder selector(String selector)
selector - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionDurable(boolean subscriptionDurable)
subscriptionDurable - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionDurable(String subscriptionDurable)
subscriptionDurable - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionName(String subscriptionName)
subscriptionName - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionShared(boolean subscriptionShared)
subscriptionShared - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder subscriptionShared(String subscriptionShared)
subscriptionShared - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel)
errorHandlerLoggingLevel - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLoggingLevel(String errorHandlerLoggingLevel)
errorHandlerLoggingLevel - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace)
errorHandlerLogStackTrace - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder errorHandlerLogStackTrace(String errorHandlerLogStackTrace)
errorHandlerLogStackTrace - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder password(String password)
password - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder username(String username)
username - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder transacted(boolean transacted)
transacted - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder transacted(String transacted)
transacted - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder transactedInOut(boolean transactedInOut)
transactedInOut - the value to setdefault AMQPEndpointBuilderFactory.AMQPEndpointConsumerBuilder transactedInOut(String transactedInOut)
transactedInOut - the value to setApache Camel