public static interface Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
acknowledgementMode(String acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
advanced() |
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
asyncConsumer(boolean asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
asyncConsumer(String asyncConsumer)
Whether the JmsConsumer processes the Exchange asynchronously.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
autoStartup(boolean autoStartup)
Specifies whether the consumer container should auto-startup.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
autoStartup(String autoStartup)
Specifies whether the consumer container should auto-startup.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
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 Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
bridgeErrorHandler(String 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 Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
clientId(String clientId)
Sets the JMS client ID to use.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
concurrentConsumers(int concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
concurrentConsumers(String concurrentConsumers)
Specifies the default number of concurrent consumers when consuming
from JMS (not for request/reply over JMS).
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
connectionFactory(Object connectionFactory)
The connection factory to be use.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
connectionFactory(String connectionFactory)
The connection factory to be use.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
disableReplyTo(String disableReplyTo)
Specifies whether Camel ignores the JMSReplyTo header in messages.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
durable(boolean durable)
Sets the topic to be durable.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
durable(String durable)
Sets the topic to be durable.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
durableSubscriptionName(String durableSubscriptionName)
The durable subscriber name for specifying durable topic
subscriptions.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
replyTo(String replyTo)
Provides an explicit ReplyTo destination (overrides any incoming
value of Message.getJMSReplyTo() in consumer).
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
replyToDeliveryPersistent(String replyToDeliveryPersistent)
Specifies whether to use persistent delivery by default for replies.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
shared(boolean shared)
Sets the topic to be shared.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
shared(String shared)
Sets the topic to be shared.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
subscriptionId(String subscriptionId)
Sets the topic subscription id, required for durable or shared
topics.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
transacted(boolean transacted)
Specifies whether to use transacted mode.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
transacted(String transacted)
Specifies whether to use transacted mode.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder advanced()
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
acknowledgementMode - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder acknowledgementMode(String acknowledgementMode)
acknowledgementMode - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder disableReplyTo(boolean disableReplyTo)
disableReplyTo - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder disableReplyTo(String disableReplyTo)
disableReplyTo - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder replyTo(String replyTo)
replyTo - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder testConnectionOnStartup(String testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder asyncConsumer(boolean asyncConsumer)
asyncConsumer - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder asyncConsumer(String asyncConsumer)
asyncConsumer - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder autoStartup(boolean autoStartup)
autoStartup - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder autoStartup(String autoStartup)
autoStartup - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder clientId(String clientId)
clientId - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder concurrentConsumers(int concurrentConsumers)
concurrentConsumers - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder concurrentConsumers(String concurrentConsumers)
concurrentConsumers - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder durable(boolean durable)
durable - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder durable(String durable)
durable - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder durableSubscriptionName(String durableSubscriptionName)
durableSubscriptionName - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder replyToDeliveryPersistent(boolean replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder replyToDeliveryPersistent(String replyToDeliveryPersistent)
replyToDeliveryPersistent - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder shared(boolean shared)
shared - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder shared(String shared)
shared - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder subscriptionId(String subscriptionId)
subscriptionId - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder transacted(boolean transacted)
transacted - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder transacted(String transacted)
transacted - the value to setApache Camel