Hi, you can try the splitter pattern http://activemq.apache.org/camel/splitter.html and see if it works for you. You'd get the better support for Camel related questions on Camel mailing lists (http://activemq.apache.org/camel/mailing-lists.html)
Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Dec 25, 2008 at 6:47 PM, Ceriac <[email protected]> wrote: > > Hi Dejan, > I am leaning towards Camel. Owing to the nature of my problem, I will need > to write to two queues (one for a file based destination and the other for > a > MySQL db destination). > > 1. Do I need to use Mina for my TCP socket connection to load the data into > the two queues? > > 2. Also, how do I go about writing to two queues in Camel for the > destinations above? >
