You can put the Spring configuration in blueprint if you follow Spring DSL. Refer to Camel example projects in \jboss-fuse-6.0.0.redhat-024\examples\cbr They have followed spring configurations in Blueprint.
Go ahead. Make sure you add all relevant maven dependencies in the POM file. Cheers Reji On Fri, Dec 6, 2013 at 6:51 PM, funkymonk <[email protected]> wrote: > Thank you both for your response! I'm still somewhat confused because all > of > the documentation seems to reference the Java DSL or Spring DSL. I am just > using the blueprint XML format for my routes. Perhaps I just do not > understand the fundamental differences in how Camel can be used. Could > anyone give me a very basic understanding of the circumstances where one > would use Java DSL, Spring DSL or the blueprint XML? Can I put Spring/Java > statements in my blueprint XML files? My apologies for the beginner > questions! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Email-Alerts-Upon-FTP-Failure-tp5744376p5744401.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
