| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SjmsEndpointBuilderFactory.SessionAcknowledgementType |
SjmsEndpointBuilderFactory.SessionAcknowledgementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SjmsEndpointBuilderFactory.SessionAcknowledgementType[] |
SjmsEndpointBuilderFactory.SessionAcknowledgementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder |
SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.acknowledgementMode(SjmsEndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default SjmsEndpointBuilderFactory.SjmsEndpointProducerBuilder |
SjmsEndpointBuilderFactory.SjmsEndpointProducerBuilder.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(SjmsEndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
Apache Camel