| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.jms |
| Modifier and Type | Method and Description |
|---|---|
KeyFormatStrategy |
SjmsEndpoint.getJmsKeyFormatStrategy() |
KeyFormatStrategy |
SjmsComponent.getKeyFormatStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsComponent.setKeyFormatStrategy(KeyFormatStrategy keyFormatStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsKeyFormatStrategy
Default strategy that handles dots and hyphens.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.Exchange |
JmsMessageHelper.populateExchange(javax.jms.Message message,
org.apache.camel.Exchange exchange,
boolean out,
KeyFormatStrategy keyFormatStrategy) |
static org.apache.camel.Exchange |
JmsMessageHelper.setJmsMessageHeaders(javax.jms.Message jmsMessage,
org.apache.camel.Exchange exchange,
boolean out,
KeyFormatStrategy keyFormatStrategy) |
Apache Camel