Configure Route Recipients at run time

2010-11-02 Thread jpcook01
Hello, I'm using camel 1.6.3 and would like to configure a route at runtime from a unit test something like looking the endpoint up in memory by name, and replacing the file:// by a mock:// ? I know I can override the createroutebuilder in the unit test but I don't want to do this and also I can'

Re: AW: Configure Route Recipients at run time

2010-11-02 Thread jpcook01
Thanks, I like the propery idea When you say extend the routebuilder you mean the unit test will actually extend the routebuilder? eg) FootballMatchRouteBuilderTest extends FootballMatchRouteBuilder Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Configure-Route-Reci

RDF Integration

2012-04-05 Thread jpcook01
Hi, I wondered if there was support for RDF integration and SPARQL-driven messager routing yet in camel? I can't see anything in the components or other docs? Thanks Jon -- View this message in context: http://camel.465427.n5.nabble.com/RDF-Integration-tp5619733p5619733.html Sent from the Came

Re: RDF Integration

2012-04-07 Thread jpcook01
Thanks for the replies. We are using Sesame: http://www.openrdf.org/doc/sesame2/users/ch01.html My question was really to establish whether any support existed yet for querying such repositories, it doesn't look like it. Although Sesame does have a restful http protocol, using the http component