public static interface Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
acknowledgementMode(String acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilder |
advanced() |
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
namedReplyTo(String namedReplyTo)
Sets the reply to destination name used for InOut producer endpoints.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
persistent(boolean persistent)
Flag used to enable/disable message persistence.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
persistent(String persistent)
Flag used to enable/disable message persistence.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
producerCount(int producerCount)
Sets the number of producers used for this endpoint.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
producerCount(String producerCount)
Sets the number of producers used for this endpoint.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
transactionCommitStrategy(Object transactionCommitStrategy)
Sets the commit strategy.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
transactionCommitStrategy(String transactionCommitStrategy)
Sets the commit strategy.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
ttl(long ttl)
Flag used to adjust the Time To Live value of produced messages.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
ttl(String ttl)
Flag used to adjust the Time To Live value of produced messages.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilder advanced()
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
acknowledgementMode - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder acknowledgementMode(String acknowledgementMode)
acknowledgementMode - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder namedReplyTo(String namedReplyTo)
namedReplyTo - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder persistent(boolean persistent)
persistent - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder persistent(String persistent)
persistent - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder producerCount(int producerCount)
producerCount - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder producerCount(String producerCount)
producerCount - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder ttl(long ttl)
ttl - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder ttl(String ttl)
ttl - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder transactionCommitStrategy(Object transactionCommitStrategy)
transactionCommitStrategy - the value to setdefault Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder transactionCommitStrategy(String transactionCommitStrategy)
transactionCommitStrategy - the value to setApache Camel