Skip to Main Content

scenario to recevie a message and process the fields

866972Mar 26 2012
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
Comments
Post Details
Added on Mar 26 2012
0 comments
775 views