Invoking a Router via Java (Processor)

2014-12-11 Thread niteshjain
how to invoke a Router in Camel context via a Java code. Tried this - in Java Class : ApplicationContext context = new ClassPathXmlApplicationContext("*camel_context.xml*"); CamelContext camel = SpringCamelContext.springCamelContext(context); camel.startRoute("*firstRoute*"); in camel_cont

Camel.2.14.x.notest - Build # 66 - Failure

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

[GitHub] camel pull request: CAMEL-8149: Better support for application-gen...

2014-12-11 Thread dabdine-r7
GitHub user dabdine-r7 opened a pull request: https://github.com/apache/camel/pull/356 CAMEL-8149: Better support for application-generated identifiers in bulk requests https://issues.apache.org/jira/browse/CAMEL-8149 This design change allows upstream message processors to

Re: How to handle CamelExecutionException for ActiveMQ

2014-12-11 Thread Willem Jiang
You can define a simple route to leverage all the camel error handler feature or failover feature by using the direct endpoint just like this. from(“direct:start”).to(“activemq:xxx") -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http:

How to handle CamelExecutionException for ActiveMQ

2014-12-11 Thread mpower
Hopefully this is the correct place for this post, not sure if it should be under Camel or ActiveMQ. Searching has not given a clear answer to our problem. Our exception involves a server invoking ProducerTemplate.sendBody() to send a message to ActiveMQ on another server that is down. We want t

Re: [VOTE] Release Camel 2.14.1

2014-12-11 Thread Willem Jiang
I check the kit by running Camel in Action Code, all the tests passed. I also checked the examples, they look good. Here is my +1 for the release kit. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter

Re: [VOTE] Release Camel 2.14.1

2014-12-11 Thread Willem Jiang
The release note link is wrong.  The right one is  https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327941&styleName=&projectId=12311211 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitt

[VOTE] Release Camel 2.14.1

2014-12-11 Thread Willem Jiang
This is a vote to release Apache Camel 2.14.1, a patch release coming      with about 139 issues fixed.      Release notes:    2.14.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211   Staging repo:       2.14.1 https://repository.apache

Re: [discuss] Future of the camel-jetty producer side

2014-12-11 Thread Christian Schneider
On 11.12.2014 07:32, Claus Ibsen wrote: And frankly a camel-http-core would maybe also be good, which has no or only dependency on the servlet api. Then there can be some shared code that the various HTTP components can rely and reuse. Yes it would avoid that we depend on camel-http which bring