1 Reply Latest reply on Aug 28, 2008 9:51 AM by wfreitas

    Polling Jms Consumer based on trigger/interval

    lcurry

      Need to implement a polling consumer. Should read from ActiveMQ at a given interval. Based on the following EIP pattern:

      http://activemq.apache.org/camel/polling-consumer.html

      Roughly, how would this solution look?

      Needs to run inside servicemix.

      -Lowry