I am running a simple command-line driven pub/sub test where the broker is in the same VM as the publisher and subscriber, just in different threads. Surprisingly, when i run the test on a windows notebook, i get pretty good results:
1000 messages of 10 bytes each in 1051ms but when i run the exact same test on a linux box which is much more powerful than the windows notebook, i get completely different results: 1000 messages of 10 bytes each in 80696ms Can you suggest what could be different between the two environments that could cause such variances? Thanks! -- View this message in context: http://www.nabble.com/Diffs-between-pub-sub-test-in-windows-and-linux-t1467236.html#a3965410 Sent from the ActiveMQ - User forum at Nabble.com.
