commit « Session « JSP-Servlet Q&A





2. schedule commit for session_Transacted    coderanch.com

like to have session commit based on time. Suppose my batch size is 100 and I have received so far 90 message, unless I have received 100 messages my session will not commit. to avoid that I like to have commit after a specific duration. I am using MessageListener to consume messages. is there any way to achive this without any ...