Re: dynamic file route creation in spring dsl

2015-04-05 Thread yogu13
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

Request reply route is returning the request

2015-04-05 Thread begorrah
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

Re: Request reply route is returning the request

2015-04-05 Thread Claus Ibsen
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

Routing from eventadmin to active MQ

2015-04-05 Thread s.marjanovic
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

Re: Routing from eventadmin to active MQ

2015-04-05 Thread Claus Ibsen
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

Re: Jetty HTTPS 2way

2015-04-05 Thread Willem Jiang
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

Re: Karaf with Camel 2.15.1, CXF 3.0.4 - which Spring versions can be used?

2015-04-05 Thread Willem Jiang
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