| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.jms |
| Modifier and Type | Method and Description |
|---|---|
DestinationCreationStrategy |
SjmsComponent.getDestinationCreationStrategy() |
DestinationCreationStrategy |
SjmsEndpoint.getDestinationCreationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsComponent.setDestinationCreationStrategy(DestinationCreationStrategy destinationCreationStrategy) |
void |
SjmsEndpoint.setDestinationCreationStrategy(DestinationCreationStrategy destinationCreationStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDestinationCreationStrategy
Default implementation of DestinationCreationStrategy, delegates to Session.createTopic
and Session.createQueue.
|
Apache Camel