Dear All,
I am new to the JMS technology. I have written one sample sender and receiver program to pass a
string message to the JMS queue and retrieve it back. It is working fine as well. But now, I want to pass a xml file to the JMS queue. Then from there I need to print the contents of the xml file by reading it.
I tried a lot by googling it, but did not get a proper solution for this issue. Request you all to help me to resolve this issue. I am using weblogic 9.2 server.