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
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.
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
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
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(
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
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
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