Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

DOM Through JMS

  Asked By: Loretta    Date: Mar 14    Category: Java    Views: 713
  

Is it possible to send the DOM object in a JMS Message?
Currently, I am using the XML in text format as message body
but that shifts the processing logic to the MessageListener which I
want to avoid.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Bien Nguyen     Answered On: Mar 14

If I am right, JMS allows 7 different types of data. All you have to do is,
in the Message Header you got to mention which type of data you would like
to send.
Once it is set, try sending the data. I hope this works.

 
Didn't find what you were looking for? Find more on DOM Through JMS Or get search suggestion and latest updates.




Tagged: