Re: sending an xml file using JMS
Posted By:
praveen_jain
Posted On:
Thursday, September 13, 2007 10:25 AM
it is simple
just read whole xml file and store in a string
and u can send that string to queue, and on receiver side again u have to use file system to create a xml file and write content over there.