What is the property, 'jboss.remoting.leakdebugging' used for in EJB's ?
Issue
- The client creates an
InitialContextduring startup. Everything works fine as long as the user keeps using the client application. But if the client is not used for some time and goes idle, the connection seems to be broken and the next remote method call will not return. - This happens, because Firewall kills the connection which results into EJB invocation problems.
- Browsed the source code and identified a property,
jboss.remoting.leakdebugging. - What does the property
jboss.remoting.leakdebuggingused for ?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- Maven
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.