In this "how to" you are going to build a Talend mediation route to consume a message from your ActiveMQ. A mediation route can be used for realtime application integration – providing web services, transforming data, with transactional capability and solid error handling.
A visitor of TalendHowTo asked me if there’s a way to split a file into seperate files based on a column value without using a subjob. My answer: offcourse there is!
This post describes an easy way to split files into separate files depending on the column values of your input input file. When you allways expect the same values u can use the tFilterrow compoment, but when the values are different each time it’s a lot easier to do it this way.