| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Sjms2EndpointBuilderFactory.SessionAcknowledgementType |
Sjms2EndpointBuilderFactory.SessionAcknowledgementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sjms2EndpointBuilderFactory.SessionAcknowledgementType[] |
Sjms2EndpointBuilderFactory.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 Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder |
Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.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(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED,
CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
|
Apache Camel