public class DefaultQueueBrowseStrategy extends Object implements QueueBrowseStrategy
BrowserCallback| Constructor and Description |
|---|
DefaultQueueBrowseStrategy() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.camel.Exchange> |
browse(org.springframework.jms.core.JmsOperations template,
String queue,
JmsQueueEndpoint endpoint) |
List<org.apache.camel.Exchange> |
browseSelected(String selector,
org.springframework.jms.core.JmsOperations template,
String queue,
JmsQueueEndpoint endpoint) |
public List<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template, String queue, JmsQueueEndpoint endpoint)
browse in interface QueueBrowseStrategypublic List<org.apache.camel.Exchange> browseSelected(String selector, org.springframework.jms.core.JmsOperations template, String queue, JmsQueueEndpoint endpoint)
browseSelected in interface QueueBrowseStrategyApache Camel