I wish to use IBM WebSphere Message Broker (probably V6) to consume some CSV files, perform some validation and then populate some Java objects for consumption by a Java application. I believe that much of this can be achieved by using the FileInputNode for the consumption of the csv files and the JavaCompute node for the java related stuff. However, what I would like to know is how can I connect the two? One way that I see possible is to consume the csv file, then create a message that will be consumed by the Java node.
Any advice would be appreciated. My familiarity with Message Broker is minimal so please excuse my ignorance. Incidentally the decision to use WebSphere Message Broker is not mine (corp standards) so although there may be other (simpler) ways to achieve this, I am stuck with using MQ Broker.
Any advice is appreciated.
Thanks in advance.
Baz