| 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 |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.camel.Exchange> |
DefaultQueueBrowseStrategy.browse(org.springframework.jms.core.JmsOperations template,
String queue,
JmsQueueEndpoint endpoint) |
List<org.apache.camel.Exchange> |
QueueBrowseStrategy.browse(org.springframework.jms.core.JmsOperations template,
String queue,
JmsQueueEndpoint endpoint) |
Apache Camel