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?