Dear All,
I am new to the JMS technology and documentum .
1. I have 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 type 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 Standalone Java Application, Eclipse and ActiveMQ to test the code.
2. Once I DE-queue the message (XML tyoe) from the JMS queue. I have to update the values in the table (custom). I am planning to write a DFC code for this but I am not sure, how to read the data and update table.
Any Help is appreciated
Thanks