This content has been marked as final.
Show 1 reply
-
1. Re: looking for blueprint xml file for http to http routing
davsclaus May 30, 2012 12:34 AM (in response to forestgreenpencil)If you use a Camel application, then its just a standard blueprint file, where you can do a route with a from -> to.
If use use Fuse IDE then create a new Fuse project, and select the camel-blueprint archetype as the project template, and it generates a sample blueprint XML file.
You can then adjust this file to include the route you want.