I have written publisher, Subscriber in Java. Did clustering as well at server level. Able to publish and subscribe messages of 30 KB with the rate of 500 TPS (transaction per second).
But I want to improve our performance up to more than 2000 TPS. Please suggest how to achieve the same.
I have used Java with Apache Camel.