| 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 |
|---|---|
MessageCreatedStrategy |
SjmsComponent.getMessageCreatedStrategy() |
MessageCreatedStrategy |
SjmsEndpoint.getMessageCreatedStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsComponent.setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message
objects when Camel is sending a JMS message.
|
void |
SjmsEndpoint.setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message
objects when Camel is sending a JMS message.
|
| Modifier and Type | Method and Description |
|---|---|
MessageCreatedStrategy |
SjmsBatchEndpoint.getMessageCreatedStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsBatchEndpoint.setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message
objects when Camel is sending a JMS message.
|
| Constructor and Description |
|---|
JmsBinding(boolean mapJmsMessage,
boolean allowNullBody,
org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy,
JmsKeyFormatStrategy jmsJmsKeyFormatStrategy,
MessageCreatedStrategy messageCreatedStrategy) |
Apache Camel