Quartz job data deletion in clustered quartz2

2014-10-13 Thread lakshmi.prashant
Hi, While using camel quartz2 in clustered mode, the job data is not deleted when we un-deploy the bundles. Due to the above, when we try to re-deploy the bundles (or) stop & start the cluster, we encounter errors: a) After the camel blueprint bundle is un-deployed, we get the error:

Re: JMS/ActiveMQ concurrent threads not starting for messages already in the queue

2014-10-13 Thread je73
I found that adding "destination.consumer.prefetchSize=1" to the from statement fixed this. -- View this message in context: http://camel.465427.n5.nabble.com/JMS-ActiveMQ-concurrent-threads-not-starting-for-messages-already-in-the-queue-tp5757447p5757510.html Sent from the Camel - Users mailin

Re: Camel exec component and return codes from Windows batch files

2014-10-13 Thread Chris Melikian
Hi William, thanks for your reply. I've download the commons exec 1.2 source and the test cases fail where the exit code is being tested. On the web site it says Windows 7 64-bit Professional passes all test cases for Java6. I tried both 6 and 7 and both fail. I'll have to look for an alternative

Need help with OAuth for Camel Https Client

2014-10-13 Thread camelcoder07
I am needing some help understanding how I can change a camel router from using API key authentication to OAuth which is required by the web service. I currently have the below code working to the web service using API key but I need help understanding how to make the conversion to OAuth. I have

XML Signature: XAdES-BES Support

2014-10-13 Thread Gonzalo Vasquez
Hi folks, Any hints on how/if the xml-security endpoint supports the XaDES-BES algorithm? Regards, Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (R&D) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.

Twitter + Aggregation: Out of Memory errors

2014-10-13 Thread Andreas C. Osowski
Hey there. I'm running into "OOM: Java heap space" exceptions trying to aggregate twitter messages before pushing them to s3. (Xmx/Xms = 1.5g; there's definitely sufficient free memory available when the exceptions happen) I've also tried to use camel-leveldb as the AggregationRepository but withou

Re: Set concurrentConsumers of SEDA

2014-10-13 Thread bonnahu
Hi Willem, Do u know what is the best value for the concurrentConsumers? thanks Lei -- View this message in context: http://camel.465427.n5.nabble.com/Set-concurrentConsumers-of-SEDA-tp5757417p5757517.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Set concurrentConsumers of SEDA

2014-10-13 Thread Willem Jiang
I saw the best number is about 2 * CPU cores if you don’t block the thread. If you camel route has some blocking calling, you can add more thread about it, but is not good choice to start hundred consumers for a single SEDA endpoint. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blo

SpringCamelContext suspend default behaviour

2014-10-13 Thread rrajen2
Hi I am using SpringCamelContext's suspend() function. What is it behaviour? What happens to routes which take a long time to suspend? -- View this message in context: http://camel.465427.n5.nabble.com/SpringCamelContext-suspend-default-behaviour-tp5757521.html Sent from the Camel - Users mai

XSLT Thread Safety Issue

2014-10-13 Thread Hendley, Sam
We are having a very strange (and intermittent) issue with some of our camel routes. We are in the process of upgrading to a more up-to-date version but are still on camel 2.10.7 and running on java 1.6. I have looked through the forums and tickets but haven't found anything that looks like it

Re: XSLT Thread Safety Issue

2014-10-13 Thread Willem Jiang
Can I have a look at you XSLT endpoint uri? Did you use the options of transformerCacheSize or contentCache? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Octob

Re: Need help with OAuth for Camel Https Client

2014-10-13 Thread Charles Moulliard
Hi, The camel-http or camel-http4 does not yet support Oauth or Oauth2 authentication. So, for the moment, I would like to suggest that you code yourself the client requesting the token with by example the Apache OLTU client ( https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Client+Quick

Re: Twitter + Aggregation: Out of Memory errors

2014-10-13 Thread Willem Jiang
Can you show us how did you do the aggregation? Just some code snippet is OK. BTW, you can always using write the stream into to file to avoid load the whole message into memory. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jn

Re: SpringCamelContext suspend default behaviour

2014-10-13 Thread Willem Jiang
suspend is not like shutdown, it just suspend the route services and you can resume the route services without spend lots of time. If it takes a long time to suspend the camel context, maybe there are some inflight messages which are not processed. Maybe you can go through the log for more infor

Re: Camel exec component and return codes from Windows batch files

2014-10-13 Thread Willem Jiang
If you cannot get the result form commons exec, we cannot do anything in camel :( -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On October 13, 2014 at 6:50:33 PM,