-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.2.2.GA
-
None
-
-
+
-
Verified in a release
-
We have a customer at an evaluation stage of choosing AMQ as standalone or using EAP container.
They have performed some tests and based on the results they are seeing, EAP with Artemis seems to perform faster than AMQ standalone.
Here's the description,
Based on my test case and observations, to send about 100k messages it takes about ~30 seconds on AMQ vs ~3 seconds on EAP 7.1. Based on my understanding, EAP contains the Artemis version 1.5.5 and the AMQ message broker is based on Artemis version 2.x. Has there been significant changes since the version bundled with EAP that impacts performance to this degree? I find it hard to believe that the difference is this significant and figure there may be a configuration that i've missed or that has been changed.
For my test case (which i've attached), I wrote a program for which I connect a publisher and a subscriber to the broker and measure the time it takes to publish and receive messages. Running the same code (minus some connection changes), I am observing the performance i mentioned above. In additional, for both my test runs, I've downloaded a fresh copy of EAP 7.1 and AMQ 7.2.2 with minimal configuration changes (broker & standalone xmls also attached).