Uses of Interface
org.apache.camel.component.jms.JmsBrowsableEndpoint
Packages that use JmsBrowsableEndpoint
-
Uses of JmsBrowsableEndpoint in org.apache.camel.component.jms
Classes in org.apache.camel.component.jms that implement JmsBrowsableEndpointModifier and TypeClassDescriptionclassAn endpoint for a JMS Queue which is also browsableclassA JMS Endpoint for working with aTemporaryQueueMethods in org.apache.camel.component.jms with parameters of type JmsBrowsableEndpointModifier and TypeMethodDescriptionList<org.apache.camel.Exchange> DefaultQueueBrowseStrategy.browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) List<org.apache.camel.Exchange> QueueBrowseStrategy.browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) Browse the given queueorg.apache.camel.spi.BrowsableEndpoint.BrowseStatusDefaultQueueBrowseStrategy.browseStatus(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) default org.apache.camel.spi.BrowsableEndpoint.BrowseStatusQueueBrowseStrategy.browseStatus(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit) Browse quick status of the given queue