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