the problem in that I am receiving JMS message on Topic, and I need to persist the message structure into GemFire (classic) region MessageStructInfo.
The message has data in its structure like < messagenotification > < fieldidentifierEndDate="2014-12-24" fieldidentifierStartDate="2014-12-07" fileName="filenotification.xml" directory="../filehostdirectory" /> < /messagenotification>
I need to extract the fields data from message and persist into GemFire region.
MessageStructInfo fieldidentifierStartDate,
fieldidentifierEndDate,
fileName,
directory,
Status - Additional (Received, Processed, Completed)
I need this help.
Thanks Rishi