scenario to recevie a message and process the fields
Hi,
I am new to JMS and I have a scenario :
I will be getting a message from MQ queue and I have to read that message object and parse using a delimiter | and process the fields to a POJO class to pass to another program X.java.
Now X.java will pass the parameters to a web service and print a document.
So It would be great if you can help me out on steps to acheive this task. I am reading about JMS and understood that i have to code a MDB class which reads the message object in onMessage method ?
Thanks
Mohit