Re: Better Way to Achieve Parallel Processing of SQS Messages?

2012-11-25 Thread michael.qiu
Hey Guys Looking at this ticket: https://issues.apache.org/jira/browse/CAMEL-5113 it looks like the original poster has abandoned the patch

Re: CXF Continuations

2012-11-25 Thread Willem jiang
When you use camel-cxfrs, or camel-cxf component, it is using CXF continuation by default. You can go through the code to check out how we use it :) -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.b

JAX-RS Provider in CXFRS URI With Address

2012-11-25 Thread jaredoconnor
Hi The documentation states that a CXFRS endpoint can be created two ways, as outlined below. 1. With an address. from("cxfrs:http://localhost:8080?resourceClasses=app.Service";)... 2. With a CXF server bean reference. from("cxfrs:bean:server")... I know how to configure JAX-RS providers when u