Re: PEM File for Authentication in route

2015-08-31 Thread anish.somadevan
Thanks for your suggestion. Am using PEM file for authentication purpose. I did try using the Http4 component with SSLContextParameters as given below, ${body} But i get an error, JmsConsumer[ISEEOutboundQueue]) CamelOutboundAdapter exception: Failed

Re: PEM File for Authentication in route

2015-08-31 Thread Raul Kripalani
It depends on what your PEM file contains and what the server is requesting of you. The PEM file may contain a private key for client SSL authentication, in which case you need to use the camel-http4 [1] sslContextParameters option to configure the keystore, key alias, keystore passwd, key passwd,

Re: PEM File for Authentication in route

2015-08-31 Thread anish.somadevan
Am trying to use Http4 or SSH components. Can you please let me know how to resolve this issue using these components? Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/PEM-File-for-Authentication-in-route-tp5771084p5771107.html Sent from the Camel - Users mailin

Jetty -> AHC route producing a lot of threads

2015-08-31 Thread Les Novell
Hello, I am creating a simple route to test asynchronous message passing in Camel. When testing the route by creating 1000 simultaneous connections I see that around 2000 threads are created to handle requests I'm forwarding on using AHC component. I am surprised, I thought that Jetty+AHC compone

Re: Stream Cache / spool file deletion when marshaling to JSON with Jackson

2015-08-31 Thread Karts
Hi, We just upgraded to Camel 2.15.3 but this issue still remains unfortunately. Stack trace from 2.15.3 is below: java.io.FileNotFoundException: /tmp/camel/camel-tmp-3b981524-ca86-4989-b74e-1f5655381add/cos8487311535309884732.tmp (No such file or directory) at java.io.FileInputStream.op

Re: File watcher and FTP using Camel

2015-08-31 Thread james lapointe
Camel is small and and can be run on it's own in containers - such as OSGI or web service containers like Tomcat. Tomcat for windows has a launching service if you need it. On Wed, Aug 19, 2015 at 10:18 AM, Claus Ibsen wrote: > Hi > > There is a ftp example in the Camel distribution > h

.camel folders contention

2015-08-31 Thread james lapointe
Greetings: In my corporate environment - I had to run camel in web container. I later found out the environment is load balanced - meaning two instances of camel will try and process the same file. In looking the logs - I'm seeing some contention errors are both routes are running and one has loc

camel-hdfs2 in Apache Karaf

2015-08-31 Thread bdgould
Hi all! I'm working on a camel route consuming from HDFS using camel-hdfs2 from within a Karaf (4) OSGi container. I'm running into a strange ClassNotFoundException, and was hoping maybe someone here could help me out. I have a stackoverflow question up HERE

Camel quartz2 trigger.repeatInterval not working

2015-08-31 Thread snehal_jagtap
Hello, I have been using 'quartz2' for polling and try to poll message after every 40 seconds. however files are polled every second. If i use 'quartz' it is working fine. Please help me on this and sorry if i missed any etiquette! Snippet -

kyro data format in camel

2015-08-31 Thread Felix Thomas
hello, I have used kyroformat for marshalling using a bean as below . I get the below message in the logs , not sure is its an issue or not , since i see the messages marshalled in the queue..Do i need to implement something more DEBUG 28-08 16:50:19,456