Gaurav Kansal wrote:
In a scenario where I am only establishing the calls and not releasing, sooner or later the application will run out of memory.
No, because SER maintains transaction state which is released after receipt of a final response. If no final response was received for some time, the transaction state will expire and hence is removed as well.
Regards, Olaf Bergmann