DEVFYI - Developer Resource - FYI

What is the use of TextMessage?

JMS Interview Questions and Answers


(Continued from previous question...)

47. What is the use of TextMessage?

TextMessage contains instance of java.lang.String as it's payload. Thus it is very useful for exchanging textual data. It can also be used for exchanging complex character data such as an XML document.

(Continued on next question...)

Other Interview Questions