Camel.2.16.x.notest - Build # 220 - Failure

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

Re: Camel Kafka Component as a Consumer within a Route

2015-12-23 Thread web_nab...@sunilsamuel.com
Hello, Yes. Thank you. We are able to do this with PollEnrich. The following route is modified: from("timer://foo?fixedRate=true&period=1") .setBody().constant("test") .setHeader("kafka.OFFSET",constant("smallest"))

Re: Camel Kafka Component as a Consumer within a Route

2015-12-23 Thread Claus Ibsen
See the content enricher EIP and the pollEnrich On Wed, Dec 23, 2015 at 1:51 PM, web_nab...@sunilsamuel.com wrote: > Hello, > > I am trying to use the kafka component as a consumer from within a route. > For instance, > > from("timer://foo?fixedRate=true&period=6") >

Re: WMQ + CamelBlueprintTestSupport

2015-12-23 Thread web_nab...@sunilsamuel.com
Hello, Thank you for the response. I tried this already and it did not work. I will continue to work on this to see if I can figure out what the issue is and will post if/once I solve this issue in case others run into the same issue. Thank You, sunil. -- View this message in context: http:

Camel Kafka Component as a Consumer within a Route

2015-12-23 Thread web_nab...@sunilsamuel.com
Hello, I am trying to use the kafka component as a consumer from within a route. For instance, from("timer://foo?fixedRate=true&period=6") /* Use Kafka to consumer message */ .setHeader("kafka.OFFSET",constant("0"))

[GitHub] camel pull request: RabbitMQEndpoint code cleanup

2015-12-23 Thread FingolfinTEK
GitHub user FingolfinTEK opened 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 r

Re: Permission to add documentation to the Camel Wiki

2015-12-23 Thread Claus Ibsen
On Tue, Dec 22, 2015 at 7:55 PM, Quinn Stevenson wrote: > Thank You Claus - > > I’m getting ready to add a little more to the documentation around Blueprint > testing. Is there a review procedure for documentation updates? > Not really, the community put trust in the people editing the docs is d