Interface JmsBrowsableEndpoint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.camel.Exchange createExchange​(javax.jms.Message message, javax.jms.Session session)
      To create exchange for the messages to be browsed.
      int getMaximumBrowseSize()
      If a number is set > 0 then this limits the number of messages that are returned when browsing the queue
      String getSelector()
      The JMS selector to use (if any)
    • Method Detail

      • getMaximumBrowseSize

        int getMaximumBrowseSize()
        If a number is set > 0 then this limits the number of messages that are returned when browsing the queue
      • getSelector

        String getSelector()
        The JMS selector to use (if any)
      • createExchange

        org.apache.camel.Exchange createExchange​(javax.jms.Message message,
                                                 javax.jms.Session session)
        To create exchange for the messages to be browsed.