Asciidoc(tor) documentation

2016-04-20 Thread Charles Moulliard
Hi, The only info that I have been able to find about the migration process to AsciiDoc is part of the contributing web page "Most of the documentation is stored on the wiki. We are currently moving the documentation into the code (AsciiDoc). From there it is automatically converted to the wiki.

Re: New Hystrix based Circuit Breaker EIP

2016-04-20 Thread Claus Ibsen
On Thu, Apr 21, 2016 at 7:16 AM, Jan Matèrne (jhm) wrote: >> The nice thing is that we can implement other EIPs in the future the >> same way (eg also a bit like data format today) where we have the EIP >> in the model in camel-core but have it actually implemented in the >> component outside came

AW: New Hystrix based Circuit Breaker EIP

2016-04-20 Thread jhm
> The nice thing is that we can implement other EIPs in the future the > same way (eg also a bit like data format today) where we have the EIP > in the model in camel-core but have it actually implemented in the > component outside camel-core. And the end user should just remember to > add the came

Camel.trunk.notest - Build # 2727 - Failure

2016-04-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2727) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2727/ to view the results.

[GitHub] camel pull request: AWS Kinesis Consumer support for Sequence Numb...

2016-04-20 Thread frankfarrell
GitHub user frankfarrell opened a pull request: https://github.com/apache/camel/pull/952 AWS Kinesis Consumer support for Sequence Number and Shard Id Added support for Kinesis shardId and for sequence number when iterator type is AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER.

[GitHub] camel pull request: CAMEL-9892 Wrapped completionPredicate

2016-04-20 Thread bgaudaen
GitHub user bgaudaen opened a pull request: https://github.com/apache/camel/pull/951 CAMEL-9892 Wrapped completionPredicate And renamed camel endpoints for readability You can merge this pull request into a Git repository by running: $ git pull https://github.com/bgaudaen/camel

Re: New Hystrix based Circuit Breaker EIP

2016-04-20 Thread Claus Ibsen
Hi The hystrix EIP is moved into the master branch. I just added JMX support so you can get the hystrix health stats and whatnot from JMX in the Camel processor tree. The nice thing is that we can implement other EIPs in the future the same way (eg also a bit like data format today) where we have

[GitHub] camel pull request: CAMEL-9881 Fixed completionPredicate method de...

2016-04-20 Thread bgaudaen
Github user bgaudaen closed the pull request at: https://github.com/apache/camel/pull/950 --- 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 ena

Polling using pop3s does not happen within the time mentioned in consumer.delay

2016-04-20 Thread VnayNair
Hi, I am trying to read mails coming to my mailbox with the subject "415". The polling happens fine. However, the consumer.delay does not seem to work properly. As per the camel link, it denotes the milliseconds after which polling is supposed to take place. Irrespective of the value I am adding