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