JMS 自定义消息排序

发布于 2024-10-29 12:54:00 字数 65 浏览 1 评论 0原文

JMS 问题:- 有没有办法根据自定义规则/策略/策略更改 JMSQUEUE 中的消息顺序?除了 FIFO 之外..

JMS Question:- Is there any way to change the messages order in JMSQUEUE based on custom rule/policy/strategy? Other then FIFO..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尝蛊 2024-11-05 12:54:00

您可以尝试在发送到队列的消息上设置 JMSPriority 属性。 JMSPriority 的值可以从 0 到 9,其中 9 是最高的。如果队列中存在多条消息,则优先级最高的消息将首先被消费。

此链接可能对您有帮助,

http://www. techpaste.com/2012/04/prioritize-messages-enqueued-jms-queue/

You can try setting JMSPriority property on the messages sent to the queue. JMSPriority can have value from 0 to 9, with 9 been the highest. If multiple messages are present in the queue then the message with the highest priority will be consumed first.

This link could be helpful for you,

http://www.techpaste.com/2012/04/prioritize-messages-enqueued-jms-queue/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文