Hi All,
I got the answer for my question.
The EJB Container keeps the stateless session(not stateful), entity, and message-driven bean instances in pools. All instances in a pool are equivalent and the EJB Container chooses a random instance to serve the client requests.
Thanks,
Prasad
Add a comment