Package | Description |
---|---|
org.apache.camel.component.jms |
Defines the JMS Component
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJmsKeyFormatStrategy
Default strategy that handles dots and hyphens.
|
class |
PassThroughJmsKeyFormatStrategy
A strategy that does not do any encoding or decoding, eg.
|
Modifier and Type | Method and Description |
---|---|
JmsKeyFormatStrategy |
JmsEndpoint.getJmsKeyFormatStrategy() |
JmsKeyFormatStrategy |
JmsConfiguration.getJmsKeyFormatStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
JmsComponent.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
|
void |
JmsEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsHeaderStrategy) |
void |
JmsConfiguration.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
|
Apache Camel