What sort of performance/throughput can I expect from the Messaging Pattern? I have run some simple tests on my local machine using a single DefaultCacheServer with the supplied MessagingPattern configuration and simple Java publisher and subscribers. Publishing 10000 messages consisting of a single long to a queue I see a throughput of around 500-600 messages/sec. Is this in line with other people's experience?
We've seen everything from 300messages/sec to 1400messages/sec. It really depends on the server and the number of JVMs running. The max we have achieved on a single multicore server is around 1800messages/sec (no network .
Paul