Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将在一个项目中使用 activemq,并希望能够对应用程序进行压力测试。我可以通过哪种方式每秒发送 x 条消息,以便我可以考虑正常的消息传递周期,并查看它如何处理异常的消息传递速率?
谢谢
由于activeMQ是一种实时消息传递机制,所以每个人都应该知道它的性能天气你使用的是队列或主题,我建议你使用JMeter进行性能测试。请点击此链接,您将了解有关JMeter及其性能测试的所有信息。希望能帮助到你 :)
您应该遵循 activemq性能测试页面中的建议之一。