XML & MQ best solution

malikbhai

New Member
I'm hoping someone here can give me some guidance. I'm working on a project where we use IBM MQ message broker. The project will consist of the following Receive data from MQ
- MQ will send us records in xml format
- I need to take these xml files & convert them to objetsSend data to MQ
- I need to convert objects to xml format
- I need to send these xml records to MQThe part I would look some input on is the xml part. I've researched these parsers a bit JAXP, JAXB, JDOM, XOM but being a web developer, its hard to tell which one is better suited for my scenario.I'm hoping someone with experience on the subject can suggest the best solution.Thanks
 
Back
Top