Package org.apache.camel.component.jms
Interface QueueBrowseStrategy
-
- All Known Implementing Classes:
DefaultQueueBrowseStrategy
public interface QueueBrowseStrategy
-
-
Method Summary
All Methods Instance Methods Abstract 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
List<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint)
-
-