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
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 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
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:
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
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
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
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
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