Re: Camel, websockets and Javascript

2012-10-20 Thread Claus Ibsen
On Wed, Oct 10, 2012 at 8:55 PM, gonzalo diethelm gdieth...@dcv.cl wrote: I'm back on this list after some time; apologies if this is obvious or previously discussed. I am thinking of the following architecture for a monitoring system: 1. A set of Camel routes that gather the

Re: Single instance of running route in the cluster

2012-10-20 Thread Claus Ibsen
Hi I created a ticket to track this https://issues.apache.org/jira/browse/CAMEL-5719 On Sat, Oct 13, 2012 at 10:32 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Wed, Oct 10, 2012 at 3:26 PM, Zhemzhitsky Sergey sergey_zhemzhit...@sberbank-cib.ru wrote: Hello guys, What is the best way to

Re: Bug with completionSize on AggregatorProcessor

2012-10-20 Thread Claus Ibsen
Hi Yeah it looks like a bug. I logged a ticket https://issues.apache.org/jira/browse/CAMEL-5720 On Fri, Oct 19, 2012 at 4:25 PM, breilhes breil...@voila.fr wrote: Hi, I have a problem when I used completionSize in an aggregator. For example, my route is : camel:route

split tokenize based on condition

2012-10-20 Thread maheshadepu
I have xml structure like this. metadata numberoforders2/numberoforders metadatatypeabc/metadatatype /metadata order order /order order /order /order My requirement is i have to validate number of order nodes that xml have and count that i will get thru metadata. Lets say if it is more than