使用 JMSAdapter 或自定义 MessageAdapter 的 BlazeDS 点对点示例
是否有使用 BlazeDS 中的 JMS 队列作为与 Flex 客户端的点对点通信的示例。
我很好奇为 BlazeDS 编写一个自定义 MessageAdapter 来适应点对点消息队列系统,并且我想了解它如何适用于点对点的 JMS 队列。
BlazeDS 文档介绍了 JMS 队列支持:
JMS 队列是点对点的,与 一对多的主题。然而, 由于行政管理费用 JMS 队列,JMSAdapter 不是 点对点的最佳选择 客户端之间的消息。更好的 点对点消息传递的选择是 使用 ActionScriptAdapter 与消息过滤结合使用 客户端。欲了解更多信息, 请参阅消息过滤。
Is there any example of using JMS Queues in BlazeDS as point-to-point communication to a Flex client.
I'm curious in writing a custom MessageAdapter for BlazeDS that is adapting a point-to-point message queue system and I want to understand how it works for JMS Queues which are point-to-point.
The BlazeDS documentation describes JMS Queue support:
JMS queues are point-to-point, unlike
topics which are one-to-many. However,
due to the administrative overhead of
JMS queues, the JMSAdapter is not the
best choice for point-to-point
messages between clients. A better
choice for point-to-point messaging is
to use the ActionScriptAdapter in
conjunction with message filtering on
the client side. For more information,
see Message filtering.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论