I'm going through some code examples and the JavaDoc and I can't seem to find where to() is documented.
I was told to use something like from("jms:newFileQueue").aggregate(header("CamelFileName")).completionSize(2).to("triggerservice to process and merge files") to do what I need. I can't find where these functions are in the documentation though. Does the above look accurate at all? On Thu, Jun 20, 2013 at 4:09 PM, Bob Jolliffe <bobjolli...@gmail.com> wrote: > I don't think you are looking for a C camel library. Rather a library to > talk to activemq (either 'native' or http REST) which in turn talks to > camel. > > > On 20 June 2013 21:05, Sean Beck <seanmckayb...@gmail.com> wrote: > > > Hi all, > > > > I am new to Camel and was directed to use it for some functionality I > want > > to build into my code. > > > > So I am sending files over to a server and there are two files with the > > same name but of a different "type" that are merged together on the > server > > side. As soon as a file is received I send a message containing the type > > and the filename to a queue. Once both files are over on the server I > want > > to then start another program that combines the two. > > > > I was told Camel could help me do this with ActiveMQ. Is there a C > library > > of Camel that I can use in my apache module code? > > >