How will I be able to do a Performance Tuning
in WSO2 Message Broker
? I did go through this document which explains about modifying the parameter values in the broker.xml
which ideally did improve the performance of message delivery plus consumption.
These were the parameters which I changed :
- ringBufferSize
- windowSize
- contentReadBatchSize
- bufferSize
Is there anything else that I should change in order to improve the optimization? What I wanted to know is that, is there any other way available other than this for performance tuning
? Any help would be appreciated.