On Fri, Jul 8, 2011 at 10:51 PM, jstandard <[email protected]> wrote: > This seems to have something to do with difference between camel 1.4.x and > camel 2.7.x. I think the example I grabbed uses the older version, and the > API is modified in the newer camel with fuse. >
Yeah the Java code seems like Camel 1.x where there was a .tryBlock. In Camel 2.x its named .doTry instead. You need to compile the Camel route with the version of Camel used in the ESB. What version of Fuse ESB are you using? > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Problem-with-ActiveMQ-using-Camel-and-Blueprint-tp4565774p4566586.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
