[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: invmacceptor auto created in remotingserviceimpl
jmesnil
do-not-reply at jboss.com
Wed Feb 18 11:50:03 EST 2009
"timfox" wrote : You can cache the session in the managementservice which has a well defined start and stop, and all the controls can use the same session.
I did that but there is one caveat: the management service is stopped after the remoting service. The session will not be closed properly when the management service is stopped but destroyed on the "server" side when the remoting service is stopped.
I've added a FIXME and commented the code to clean the session properly in ManagementServiceImpl.stop().
We will revise it later if we use a server session.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211181#4211181
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211181
More information about the jboss-dev-forums
mailing list