Hi: I was trying to evaluate the performance of my activemq installation (first on Linux and then on Windows), at least on following components:
1. I am trying to switch to NIO, but I am not sure if the performance would be better than the regular openwire. I read many articles on "Scaling ActiveMQ", and most of them have one thing in common, which is "switch to NIO". 2. I am using activemq with Apache karaf and Apache Camel. I wanted to perform load testing using Apache Camel. I found https://activemq.apache.org/load-testing-with-camel.html, but I am still not clear where exactly is "activemq/activemq-camel-loadtest" located, as mentioned in the given URL. 3. I am thinking to switch to mKahaDB for persistence. For that, I want to make sure that it does not make the performance worse than before. I think (1) and (3), I can simulate with Jmeter as well. I tried just a basic sample( right now on Linux). Probably I can configure the test suite for these scenarios. About (2), is there a readily available test suite to load test activemq using camel? If I can evaluate these metrics, then I can move on to tune my broker. Or are there some references for this? I would appreciate any feedback on this. Regards, Cooshal.