Package org.apache.camel.component.jms
Interface QueueBrowseStrategy
- All Known Implementing Classes:
DefaultQueueBrowseStrategy
public interface QueueBrowseStrategy
Strategy for browsing JMS queues
-
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) Browse the given queuedefault org.apache.camel.spi.BrowsableEndpoint.BrowseStatusbrowseStatus(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) Browse quick status of the given queue
-
Method Details
-
browse
List<org.apache.camel.Exchange> browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) Browse the given queue -
browseStatus
default org.apache.camel.spi.BrowsableEndpoint.BrowseStatus browseStatus(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) Browse quick status of the given queue
-