RE: Output of exec used for exception handling to enable message redelivery

2015-10-15 Thread jamesburn
Hi I have been combining and throwing stdout and stderr back to the Camel route with 2>&1 in my BASH script. This is being picked up as the body, as expected by exec. However, picking stderr up as the Exception through Camel would be very neat. Exec is a nifty component. Thanks again.

Camel Multicast - copying email to two Inbox folders

2015-10-15 Thread Vasanthi
Hi, We have been using Camel ( version 2.10) to monitor/route and process attachments to emails coming in to one of our mailboxes. At the end of the processing some emails are copied to an Inbox folder using the '.setHeader("copyTo")' method. This has been working quite well. Now the users

Re: When original exchange "isDone" - with aggregator?

2015-10-15 Thread dermoritz
The solution is very simple: if i substitute "exectutorService(...)" or "parallelProcessing()" by "thread(validationThreads)" all works fine! So i think there is a bug in aggregators implementation of multithreading. -- View this message

Re: Spring to Plain Vanilla Camel

2015-10-15 Thread Joakim Bjørnstad
Hello, On Thu, Oct 15, 2015 at 5:27 AM, contactreji wrote: > Hello guys > > We are considering groovy dsl using plain vanilla camel coding. All beans > would probably go in as @Autowired into RouteBuilder classes. I just need > some inputs on how following CXF Endpoint

How to test routes when using another TestRunner

2015-10-15 Thread biphasic
Hello, I have a few tests to check my Camel routes that when run using the SpringJUnit4ClassRunner work just fine. However, I want to test some routes of my application with Cucumber (basically something similar to JUnit). This requires me to use another TestRunner (Cucumber.class). When trying to

Netty4 UDT

2015-10-15 Thread Giordano, Michael
Does camel support the UDT protocol under Netty4? If it does, is anyone aware of a web page or other resource I can consult? Thanks, Mike G. This communication, along with its attachments, is considered confidential and proprietary to Vistronix. It is intended only for the use of the person(s)

Re: self signing certificate with jetty component

2015-10-15 Thread dfgcamel
All, I'm trying to modify the below code to use a self signed of CA signed certificate with a jetty endpoint. I've gotten it to work with a key that I generated and I'm prompted to accept the certificate manually. However I need it to work in either circumstance without any manual

Re: Netty4 UDT

2015-10-15 Thread Claus Ibsen
Yes see the component docs http://camel.apache.org/netty4 On Thu, Oct 15, 2015 at 10:39 PM, Giordano, Michael wrote: > Does camel support the UDT protocol under Netty4? > > If it does, is anyone aware of a web page or other resource I can consult? > > Thanks, >

RE: How to test routes when using another TestRunner

2015-10-15 Thread Steve Huston
I am a relative novice in this area, but I did have some tests running in Cucumber. To get the applicationcontext, see this stack overflow question: http://stackoverflow.com/questions/4914012/how-to-inject-applicationcontext-itself Once you have that, you can get the CamelContext like:

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

2015-10-15 Thread Karts
Confirmed this is working fine now on Camel 2.16. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Stream-Cache-spool-file-deletion-when-marshaling-to-JSON-with-Jackson-tp5769699p5772690.html Sent from the Camel - Users mailing list archive at Nabble.com.