| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.jms |
| Modifier and Type | Method and Description |
|---|---|
JmsKeyFormatStrategy |
SjmsComponent.getJmsKeyFormatStrategy() |
JmsKeyFormatStrategy |
SjmsEndpoint.getJmsKeyFormatStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsComponent.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) |
void |
SjmsEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsKeyFormatStrategy
Default strategy that handles dots and hyphens.
|
| Constructor and Description |
|---|
JmsBinding(boolean mapJmsMessage,
boolean allowNullBody,
org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy,
JmsKeyFormatStrategy jmsJmsKeyFormatStrategy,
MessageCreatedStrategy messageCreatedStrategy) |
Apache Camel