Hi All,
I am very new to JEE and Apache camel, so need your help.
In order to implement a new end point, I was using the example given in Chapter 
11. This procedure creates a test class that extends CamelTestSupport. 

The consumer extends a ScheduledPollConsumer, which is supposed to execute a 
poll method every 500ms. However, when I test this (using 'mvn test' command), 
the consumer sends a message once, and stops.
How can I change the test class logic so that the consumer will keep on sending 
data until I manually terminate it?

Thanks a lot in advance,
SURA

Reply via email to