Java Message Service (JMS) Question:
What is the use of Message object?
Answer:
Message is a light weight message having only header and properties and no payload. Thus if theIf the receivers are to be notified abt an event, and no data needs to be exchanged then using Message can be very efficient.
Previous Question | Next Question |
What is the difference between topic and queue? | What is the basic difference between Publish Subscribe model and P2P model? |