| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.SjmsEndpointBuilder.acknowledgementMode(SjmsEndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.SjmsEndpointBuilder.acknowledgementMode(String acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.basic() |
static SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.sjms(String path)
Simple JMS (camel-sjms)
The sjms component (simple jms) allows messages to be sent to (or
consumed from) a JMS Queue or Topic (uses JMS 1.x API).
|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.SjmsBuilders.sjms(String path)
Simple JMS (camel-sjms)
The sjms component (simple jms) allows messages to be sent to (or
consumed from) a JMS Queue or Topic (uses JMS 1.x API).
|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.SjmsEndpointBuilder.transactionCommitStrategy(Object transactionCommitStrategy)
Sets the commit strategy.
|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
SjmsEndpointBuilderFactory.SjmsEndpointBuilder.transactionCommitStrategy(String transactionCommitStrategy)
Sets the commit strategy.
|
Apache Camel