Thanks for the correct processor link. I'm summarizing main difference between rest dsl routes and cxfrs routes rest dsl can include the method .get .post .put .delete baked into the route This is an advantage if you want a different route for each http method, whereas the cxfrs has paths, params, consumer producer return types configured in resource file (interface or class)
Unclear about deciding factors favoring one over the other aside from these obvious structural differences. -- View this message in context: http://camel.465427.n5.nabble.com/Multiple-consumers-for-the-same-endpoint-is-not-allowed-cxfrs-vs-rest-dsl-tp5777492p5777600.html Sent from the Camel - Users mailing list archive at Nabble.com.