org.apache.camel.component.jms
Class DefaultQueueBrowseStrategy

java.lang.Object
  extended by org.apache.camel.component.jms.DefaultQueueBrowseStrategy
All Implemented Interfaces:
QueueBrowseStrategy

public class DefaultQueueBrowseStrategy
extends Object
implements QueueBrowseStrategy

A default implementation of queue browsing using the Spring BrowserCallback

Version:

Constructor Summary
DefaultQueueBrowseStrategy()
           
 
Method Summary
 List<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template, String queue, JmsQueueEndpoint endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultQueueBrowseStrategy

public DefaultQueueBrowseStrategy()
Method Detail

browse

public List<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template,
                                              String queue,
                                              JmsQueueEndpoint endpoint)
Specified by:
browse in interface QueueBrowseStrategy


Apache Camel