JMS 中可用的消息类型?
这是基于过去的考试问题。
该问题要求描述使用 JMS 可用的四种消息类型。
问题是它说的是四个,而不仅仅是四个。所以它假设他们只有四个,不多也不少。
然而根据这个网站他们似乎是五;
- 流映射
- 文本
- 对象
- 字节
- *
另一本书指出 XML 是 JMS 未来版本中的另一种潜在类型。 XML 已经可用了吗?
我错过了什么还是问题本身就是错误的?
谢谢。
编辑:有 5 种类型
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.
EDIT: There are 5 types
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Sun 的 JMS 规范 1.1 在第 3.1.1 节中列出了相同的五种消息类型。这个问题似乎是错误的。
Sun's JMS Spec 1.1 in Section 3.1.1 lists the same five message types. The question appears to be wrong.
如果要传递 XML,则使用字节。
If you are going to pass XML, you use bytes.