在 JBoss 中接收 ActiveMQ 消息时出现问题(每秒消息数低)

发布于 2024-11-16 07:47:06 字数 229 浏览 8 评论 0原文

我使用远程 ActiveMQ 服务器和消息驱动 Bean(4 个不同的 Bean)来使用消息。

理论上消息消费应该很快(过去也很快)。目前,jboss 每 4 秒消耗的消息数量非常慢(4 条左右)。 AMQ Web 界面中的连接面板显示了来自我的 jboss 消费者的两个连接。

有人知道发生了什么让我的消费者如此缓慢吗?

编辑:消费者随着时间的推移变得缓慢,并且在重新启动后速度相当快。奇怪的。

I'm using a remote ActiveMQ server and Message driven Beans (4 different beans) to consume the messages.

In theory the message consumption should be fast (and was fast in the past). Currently the jboss consumes a very slow number of messages (4 or so) every 4 seconds. The connection panel in the AMQ Webinterface shows two connections from my jboss consumer.

Does anybody have an idea what happens that makes my consumer so slow?

EDIT: the consumer becomes slow over time and is considerably faster after a restart. strange.

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

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

发布评论

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

评论(1

岁月染过的梦 2024-11-23 07:47:06

问题是由数据库引起的。经过大量调试后,我们发现数据库备份的时间表非常不稳定,导致我们的数据库服务器速度如此之慢,消息吞吐量几乎降至零。

the problem was caused by the database. after a lot of debugging we figured out that there was a DB backup with a very eratic shedule that made our db server so slow the message throughput dropped to nearly zero.

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