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