| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.jms |
| Modifier and Type | Method and Description |
|---|---|
SessionAcknowledgementType |
SjmsEndpoint.getAcknowledgementMode()
Returns the configured acknowledgementMode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsEndpoint.setAcknowledgementMode(SessionAcknowledgementType acknowledgementMode)
Sets the acknowledgementMode configured on this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionAcknowledgementType |
SessionAcknowledgementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionAcknowledgementType[] |
SessionAcknowledgementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel