Re: JDBC component and jboss ds.xml file

2014-04-12 Thread Raul Kripalani
This will help you: http://stackoverflow.com/questions/9183321/how-to-use-jndi-datasource-provided-by-tomcat-in-spring. Raúl. > On 12 Apr 2014, at 06:43, moj0002 wrote: > > I have my data source defined in a jboss ds file (myDB2Database-ds.xml) that > goes either in the jboss deploy directory or

Re: JMS peek?

2014-04-12 Thread David Karlsen
Yes, use the JMS browse functionality: http://camel.apache.org/browse.html http://docs.oracle.com/cd/E19798-01/821-1841/bncey/index.html 2014-04-12 20:53 GMT+02:00 Larry Meadors : > Is there a clever way to do a "peek" operation with AMQ in camel? > > I want to trigger an action if there are any

JMS peek?

2014-04-12 Thread Larry Meadors
Is there a clever way to do a "peek" operation with AMQ in camel? I want to trigger an action if there are any messages in a queue, but not consume any of them. Larry

Re: Delete SQS message

2014-04-12 Thread Chris Geer
Yes, there are people using the SQS component. To get better support take a look here...https://camel.apache.org/support.html. There is some basic information that you can provide that can really help people provide you the correct guidance. To answer you question, you need to look at the componen

RE: http4 component - increasing maxTotalConnections and connectionsPerRoute

2014-04-12 Thread Carsten Ringe
Hi Elvio, can you give some more details on your problem and your solution? I'm having some issues with http4 consumer and a scheduler at the moment, resulting in multiple calls to a URL every 10 seconds instead of only one at my configure cron expression... Maybe it's a similar issue and I c

RE: http4 component - increasing maxTotalConnections and connectionsPerRoute

2014-04-12 Thread Elvio Caruana (ecaruana)
Fixed - managed to set it via spring by setting the property on the component. It's not a uri option. -Original Message- From: Elvio Caruana (ecaruana) Sent: 12 April 2014 11:25 To: users@camel.apache.org Subject: http4 component - increasing maxTotalConnections and connectionsPerRoute

http4 component - increasing maxTotalConnections and connectionsPerRoute

2014-04-12 Thread Elvio Caruana (ecaruana)
Hi, I'm trying to increase the maxTotalConnections and connectionsPerRoute in an http4 endpoint, but to no avail (the defaults are still being used). I'm appending maxTotalConnections=xxx&connectionsPerRoute=yyy as per documentation page here: https://camel.apache.org/http4.html. Thanks, Elvi

Re: CouchDB Attachment

2014-04-12 Thread gutsal.arsen
>From what I see they does not support saving attachments. They consider body is JSON string. I think camel-couchdb component should be patched and if in.body of type of GenericFile or InputStream is recognized, attachment should be saved. -- View this message in context: http://camel.465427.n

Re: Patch - camel-jetty

2014-04-12 Thread kuro
https://issues.apache.org/jira/browse/CAMEL-7360 -- View this message in context: http://camel.465427.n5.nabble.com/Patch-camel-jetty-tp5750112p5750140.html Sent from the Camel - Users mailing list archive at Nabble.com.