| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder |
StaticEndpointBuilders.sjms2(String path)
Simple JMS2 (camel-sjms2)
Send and receive messages to/from a JMS Queue or Topic using plain JMS
2.x API.
|
static Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder |
StaticEndpointBuilders.sjms2(String componentName,
String path)
Simple JMS2 (camel-sjms2)
Send and receive messages to/from a JMS Queue or Topic using plain JMS
2.x API.
|
| 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.endpointBuilder(String componentName,
String path) |
default Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder |
Sjms2EndpointBuilderFactory.Sjms2Builders.sjms2(String path)
Simple JMS2 (camel-sjms2)
Send and receive messages to/from a JMS Queue or Topic using plain
JMS 2.x API.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder |
Sjms2EndpointBuilderFactory.Sjms2Builders.sjms2(String componentName,
String path)
Simple JMS2 (camel-sjms2)
Send and receive messages to/from a JMS Queue or Topic using plain
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