| Package | Description |
|---|---|
| org.apache.camel.component.jms |
Defines the JMS Component
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmsTemporaryQueueEndpoint
A JMS Endpoint
for working with a
TemporaryQueue
Important: Need to be really careful to always use the same Connection otherwise the destination goes stale |
class |
JmsTemporaryTopicEndpoint
A JMS Endpoint
for working with a
TemporaryTopic
Important: Need to be really careful to always use the same Connection otherwise the destination goes stale |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.jms.support.destination.DestinationResolver |
JmsConfiguration.createDestinationResolver(DestinationEndpoint destinationEndpoint) |
Apache Camel