Re: Camel Bindy with multiple model and multiple RouteBuilder
Please use us...@camel.apache.org instead of dev@camel.apache.org for support questions. On Thu, Jan 23, 2014 at 7:55 AM, MohamedAli wrote: > *Main* > List msgList = new ArrayList(); > msgList.add(place); > msgList.add(placeTrip); > msgList.add(pla
Re: Camel Bindy with multiple model and multiple RouteBuilder
*Main* List msgList = new ArrayList(); msgList.add(place); msgList.add(placeTrip); msgList.add(place); msgList.add(tripStart); try { SpringCamelContext camelContext = SpringCamelContext