Java DSL should be of help here to create dynamic routes.
Try calling creation of route in Java DSL from Spring DSL.
Regards,
-Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/dynamic-file-route-creation-in-spring-dsl-tp5765331p5765344.html
Sent from the Camel - Use
Hi,
I'm having some problems with my first ever Camel route.
First, some versions. I'm using Camel version 2.15.0 in a Spring Boot +
Groovy application and I'm currently running on OSX with a 1.8 JVM.
The route is defined as follows:
Most of the route is working correctly:
- the route gets star
Hi
You likely need to use this EIP
http://camel.apache.org/composed-message-processor.html
And then use _splitter only_ as the splitter has built-in aggregation,
that ensures eventually your response can be the aggregation from the
built-in splitter.
When you use aggregate explicit then you brea
Hello,
I'm new to camel and I'm facing a problem when trying to route from
eventadmin component to an activemq.
The route is as configured below:
from("eventadmin:*").routeId("myRoute").to("amq:topic:myTopic");
I understand that some sort of conversion/processing will be needed in order
for cam
Hi
Its maybe easier to do a message translation
http://camel.apache.org/message-translator.html
Where you can do a pojo to String conversion to include the details you need.
And then you dont need the jms message converter.
On Mon, Apr 6, 2015 at 1:27 AM, s.marjanovic
wrote:
> Hello,
>
> I'm
It looks like some thing is wrong when doing the TLSv1.2 Handshake.
Can you try to use camel-http or camel-http4 to do the same thing?
--
Willem Jiang
Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang
As we doesn’t specify the spring version inside of camel feature, you need to
choice the spring version yourself inside of Karaf. If you load the spring
feature 4.0, it should work out of box.
--
Willem Jiang
Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (Engl