使用 JMSAdapter 或自定义 MessageAdapter 的 BlazeDS 点对点示例

发布于 2024-08-10 09:34:45 字数 508 浏览 6 评论 0原文

是否有使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文