Java / JMS
What is Message object in JMS?
Message is a light weight message having only header and properties and no payload. If receivers are to be notified about an event, and no data needs to be exchanged then using Message can be very efficient.
More Related questions...