Re: Http Route with WireTap -- Question/Issue

2012-04-27 Thread mccabejj
Explicitly converting to a String before each WireTap worked convertBodyTo type=java.lang.String/ Thank you so much for the assistance. Much appreciated! JM -- View this message in context: http://camel.465427.n5.nabble.com/Http-Route-with-WireTap-Question-Issue-tp5666526p5669959.html

Re: Camel XSLT Component - Load XSLT from database

2012-04-27 Thread mccabejj
I know this is old, but I thought to give an update anyway since I was finally able to give it a look. The following does now work on *Camel version 2.9.2*. to uri=xslt:http://localhost:7001/gateway/support/loadArtifact/removeSOAP/ The URL shown returns an XSLT which Camel is then able to

Re: Http Route with WireTap -- Question/Issue

2012-04-26 Thread mccabejj
Thanks Claus. You are correct the messages are stream based, and the behavior I've noticed seems to fit in precisely with the http://camel.apache.org/stream-caching.html documentation . Per your advice I have tried reconfiguring both the Camel Context and the individual routes to have

Http Route with WireTap -- Question/Issue

2012-04-25 Thread mccabejj
Hello, I am experiencing an intermittent issue with WireTap on HTTP component based routes. I feel like I have exhausted my resources (both in the Camel documentation, and on the forum) so I thought to post what I'm seeing. I will try to keep it as succint as possible. Thanks in advance for

Re: WireTap - Defining custom ThreadPoolProfile

2012-04-17 Thread mccabejj
Thanks Claus. Switching to ThreadPool instead of ThreadPoolProfile worked. Another quick (hopefully) question on Thread Pools in Camel. I think I've observed that there are multiple ThreadPoolExecutor's created for each route. It seems to be 1 for every WireTap present on the route. So if I

Re: WireTap - Defining custom ThreadPoolProfile

2012-04-17 Thread mccabejj
OK, makes sense. Thanks a lot for the explanation. JM -- View this message in context: http://camel.465427.n5.nabble.com/WireTap-Defining-custom-ThreadPoolProfile-tp5645423p5647983.html Sent from the Camel - Users mailing list archive at Nabble.com.

WireTap - Defining custom ThreadPoolProfile

2012-04-16 Thread mccabejj
Hello, Camel Version: 2.8.2 I am trying to setup a custom ThreadPoolProfile (Spring DSL) for the WireTap calls in our routes. Based on the http://camel.apache.org/threading-model.html Threading Model Documentation it should look something like this: threadPoolProfile

Re: Camel XSLT Component - Load XSLT from database

2011-12-02 Thread mccabejj
Thanks Claus. I will give it a try when I get a breather and I'll report back. The project is barrelling along! Josh -- View this message in context: http://camel.465427.n5.nabble.com/Camel-XSLT-Component-Load-XSLT-from-database-tp5033499p5042751.html Sent from the Camel - Users mailing list