Package | Description |
---|---|
org.apache.camel.component.sjms | |
org.apache.camel.component.sjms.batch | |
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)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
|
void |
SjmsEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
|
Modifier and Type | Method and Description |
---|---|
JmsKeyFormatStrategy |
SjmsBatchEndpoint.getJmsKeyFormatStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SjmsBatchEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
|
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