Interface QueueBrowseStrategy

All Known Implementing Classes:
DefaultQueueBrowseStrategy

public interface QueueBrowseStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.camel.Exchange>
    browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint)
     
  • Method Details