Re: pollInterval for custom Component

2012-08-09 Thread Henryk Konsek
Hi Sean, > I think I saw how I can control the pollInterval for HttpComponents, > but how do I control it on a POJO Component? You can create custom Pooling consumer by extending the ScheduledPollConsumer [1] class. In such case you can override poll() method in your custom consumer to provide th

pollInterval for custom Component

2012-08-08 Thread Sean K
I am new to Apache Camel. So please excuse the novice question. I am building a testing framework to see how much a single router can put message into the queue. I have a basic camel-context.xml where the router is injected. http://camel.apache.org/schema/spring";>