Available message types in JMS?

Posted by Caylem on Stack Overflow See other posts from Stack Overflow or by Caylem
Published on 2010-05-06T03:41:01Z Indexed on 2010/05/06 3:48 UTC
Read the original article Hit count: 281

Filed under:
|
|
|
|

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;

  1. streams
  2. maps
  3. text
  4. objects
  5. 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.

© Stack Overflow or respective owner

Related posts about java

Related posts about jms