Re: CSV marshaller problem - accumulating columns

2015-12-01 Thread yogu13
if you have an example please post it here or on github so people can look into it. Also let us know the camel version which you are using. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/CSV-marshaller-problem-accumulating-columns-tp5774556p5774612.html Se

Re: Producer-consumer problem in Camel

2015-12-01 Thread yogu13
what do you mean by "It still allows to process multiple user requests in time" ? Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Producer-consumer-problem-in-Camel-tp5774608p5774613.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Quartz2 problem with AsyncDelayedDelivery

2015-12-01 Thread ravi narayanan
Hi Claus, When you say about persistent store can you tell me how can I achieve it using active mq. Some link where they have implemented will probably help me. On Tuesday, 14 July 2015, Claus Ibsen wrote: > Hi > > Its bad practice to have so long redelvery intervals. Its is intended > for shor

Re: Am I using headers right?

2015-12-01 Thread Matt Sicker
Here's an example of what I like to do: Use the REST DSL to expose routes. Each REST endpoint forwards the Java object along with the headers given by the endpoint (corresponding to HTTP headers, path parameters, and query parameters) to a dedicated queue (or topic) for each REST endpoint. Using t

Producer-consumer problem

2015-12-01 Thread hasikada
Hello gentlemen, Please, how to implement *producer-consumer problem* (bounded-buffer) in Camel. One route puts exchanges to shared queue (e.g on user request). Second route processes exchanges from shared queue *one by one*. The first route doesn't wait for exchange processing completion. from(

Re: camel-servlet is no-longer working in 2.16.1 (works in 2.15.3 and 2.16.0)

2015-12-01 Thread Aki Yoshida
There was some change introduced by CAMEL-9263 and there was a bug that calculated the wrong path in some cases. But this bug shouldn't affect normal servlet scenarios. So, I don't know why your scenario that runs with 2.16.0 is not running with 2.16.1. You may try 2.16.2-SNAPSHOT to see if your sc

camel 2.16.1 jetty component, error 'java.lang.IllegalStateException: !(Jetty || Servlet 3.0 || ContinuationFilter)'

2015-12-01 Thread kalber
Passing from 2.15.3 to 2.16.1 i get this error : java.lang.IllegalStateException: !(Jetty || Servlet 3.0 || ContinuationFilter) at org.eclipse.jetty.continuation.ContinuationSupport.getContinuation(ContinuationSupport.java:108) at org.apache.camel.component.jetty.CamelContinuationSe

Multiple Datasource in sql or JDBC component

2015-12-01 Thread Felix Thomas
hello, From the document I could not find any option to use multiple datasource for a single SQL statement . For example I have a Join to another table in another oracle schema. Is it possible to be able to do that in camel sql or JDBC componenet ?. Or I will have to use a bean for that specific