DEVFYI - Developer Resource - FYI

What is the use of Message object?

JMS Interview Questions and Answers


(Continued from previous question...)

43. What is the use of Message object?

Message is a light weight message having only header and properties and no payload. Thus if the received are to be notified abt an event, and no data needs to be exchanged then using Message can be very efficient.

(Continued on next question...)

Other Interview Questions