Package org.apache.camel.component.jms
Class DefaultQueueBrowseStrategy
- java.lang.Object
-
- 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 SpringBrowserCallback
-
-
Constructor Summary
Constructors Constructor Description DefaultQueueBrowseStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.camel.Exchange>
browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint)
-
-
-
Method Detail
-
browse
public List<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint)
- Specified by:
browse
in interfaceQueueBrowseStrategy
-
-