在 JBoss 中接收 ActiveMQ 消息时出现问题(每秒消息数低)
我使用远程 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是由数据库引起的。经过大量调试后,我们发现数据库备份的时间表非常不稳定,导致我们的数据库服务器速度如此之慢,消息吞吐量几乎降至零。
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.