JAXB with MQ example

Stalk3r1

New Member
I'm looking for a nice example of how to use JAXB to send xml messages with IBM WebSphere MQ. There is similar question in this forum, XML & MQ best solution , however, the suggested answer either gives nice solution for problem without xml schema or uses spring which I don't want to use. Basically, I'd like to know how I can I put my data object on MQ and let it know to that it need to be unmarshalled. Alternatively, how I can use unmarshaller before I put message on MQ.
 
Back
Top