[esb-issues] [JBoss JIRA] Created: (JBESB-1799) Create JBM sessions from a daemon thread

Kevin Conner (JIRA) jira-events at lists.jboss.org
Mon Jun 9 10:34:48 EDT 2008


Create JBM sessions from a daemon thread
----------------------------------------

                 Key: JBESB-1799
                 URL: http://jira.jboss.com/jira/browse/JBESB-1799
             Project: JBoss ESB
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Rosetta
    Affects Versions: 4.2.1 CP3
            Reporter: Kevin Conner
         Assigned To: Kevin Conner
             Fix For: 4.2.1 CP3


JBM can create non-daemon background threads for handling sessions if the caller is not a daemon thread.  These threads prevent the VM from exiting as our pooling code will not execute the session.close method until the shutdown hook is fired.

We must workaround this by creating all JBM sessions on a daemon background thread.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list