RejectedExecutionExceptions during Test run
-------------------------------------------

                 Key: QPID-172
                 URL: http://issues.apache.org/jira/browse/QPID-172
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Martin Ritchie
         Assigned To: Martin Ritchie
             Fix For: M2


There are a number of sporadic Rejected Execution Exceptions being thrown 
during the test runs.

A check in PoolingFilter to see if the pool has shutdown should do the trick

            if (job.activate() && _poolReference.getPool() != null && 
!_poolReference.getPool().isShutdown())

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

        

Reply via email to