Camel.2.16.x.notest - Build # 221 - Still Failing

2015-12-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.16.x.notest (build #221) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.2.16.x.notest/221/ to view the results.

[GitHub] camel pull request: RabbitMQEndpoint code cleanup

2015-12-24 Thread FingolfinTEK
GitHub user FingolfinTEK reopened a pull request: https://github.com/apache/camel/pull/744 RabbitMQEndpoint code cleanup Refactored RabbitMQEndpoint a bit to avoid RabbitMQEndpoint becoming a god class: extracted a few helper classes and did some minor method extractions to improve

[GitHub] camel pull request: RabbitMQEndpoint code cleanup

2015-12-24 Thread FingolfinTEK
Github user FingolfinTEK closed the pull request at: https://github.com/apache/camel/pull/744 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: pollEnricher + Kafka + Aggregator

2015-12-24 Thread web_nab...@sunilsamuel.com
Hello, Forgot to mention that I am using Camel 2.12 (Fuse 6.1). thanks, sunil. -- View this message in context: http://camel.465427.n5.nabble.com/pollEnricher-Kafka-Aggregator-tp5775433p5775434.html Sent from the Camel Development mailing list archive at Nabble.com.

pollEnricher + Kafka + Aggregator

2015-12-24 Thread web_nab...@sunilsamuel.com
Hello, I am trying to use the pollEnrich to consume messages from a kafka server in the following manner: A "timer" based route runs periodically Use "pollEnrich" with an AggregatorStrategy to get as much messages from the topic until the pollEnricher expires. The issues is that the pollEnrich w