Available message types in JMS?
- by Caylem
This is based on a past exam question.
The question is asking to describe the four types of message available using JMS.
The problem is it says the four, not just four. So it assumes their is only four, no more no less.
However according to this site their seems to be five;
streams
maps
text
objects
bytes
*Another book states that XML is another potential type in future versions of JMS. Is XML already available?
Am I missing something or is the question just wrong?
Thanks.