Interface QueueBrowseStrategy

All Known Implementing Classes:
DefaultQueueBrowseStrategy

public interface QueueBrowseStrategy
Strategy for browsing JMS queues
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.camel.Exchange>
    browse(org.springframework.jms.core.JmsOperations template, String queue, JmsBrowsableEndpoint endpoint, int limit)
    Browse the given queue
    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
  • 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