Package | Description |
---|---|
org.apache.camel.component.sjms | |
org.apache.camel.component.sjms.jms |
Modifier and Type | Method and Description |
---|---|
SessionAcknowledgementType |
SjmsEndpoint.getAcknowledgementMode() |
Modifier and Type | Method and Description |
---|---|
void |
SjmsEndpoint.setAcknowledgementMode(SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
|
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