RE: Need advice on application architecture with camel

2017-12-04 Thread Matthew Shaw
Lol - no worries. Matthew Shaw Lead Solutions Architect HRIS Program Integration Work: 36353103 -Original Message- From: Craig Taylor [mailto:ctalk...@ctalkobt.net] Sent: Tuesday, 5 December 2017 1:03 PM To: users Subject: Re: Need advice on application architecture with camel

Re: Need advice on application architecture with camel

2017-12-04 Thread Craig Taylor
> From: Craig Taylor [mailto:ctalk...@ctalkobt.net] > Sent: Tuesday, 5 December 2017 12:47 PM > To: users > Subject: Re: Need advice on application architecture with camel > > See http://camel.apache.org/loading-routes-from-xml-files.html for > loading XML routes at runtime. >

RE: Need advice on application architecture with camel

2017-12-04 Thread Matthew Shaw
Taylor [mailto:ctalk...@ctalkobt.net] Sent: Tuesday, 5 December 2017 12:47 PM To: users Subject: Re: Need advice on application architecture with camel See http://camel.apache.org/loading-routes-from-xml-files.html for loading XML routes at runtime. For #1 consider using the DSL route creation

Re: Need advice on application architecture with camel

2017-12-04 Thread Craig Taylor
See http://camel.apache.org/loading-routes-from-xml-files.html for loading XML routes at runtime. For #1 consider using the DSL route creation. It returns Java objects for each of the constituent parts. The DSL does not have to be as 1 contiguous block so conditional logic can be applied to modi