activemq/activemq-core
Adrian T. Co 83ab261e69 Move the shutting down of the reconnectTask outside the reconnectMutex. The shutdown task may block indefinitely, while waiting for some other threads to finish iterating through the task. If the iterating thread needs to obtain the reconnectMutex (i.e. in doConnect), it won't be able to, since the shutdown task is still holding on to the lock causing a deadlock.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@379717 13f79535-47bb-0310-9956-ffa450edef68
2006-02-22 07:13:27 +00:00
..
src Move the shutting down of the reconnectTask outside the reconnectMutex. The shutdown task may block indefinitely, while waiting for some other threads to finish iterating through the task. If the iterating thread needs to obtain the reconnectMutex (i.e. in doConnect), it won't be able to, since the shutdown task is still holding on to the lock causing a deadlock. 2006-02-22 07:13:27 +00:00
maven.xml fixed C marshalling generator and Java JUnit test case generator along with adding a first spike of auto-generated JUnit test cases 2006-02-17 19:58:05 +00:00
pom.xml Applyed http://jira.activemq.org/jira/browse/AMQ-582 2006-02-18 06:03:51 +00:00
project.properties Maven 1 pom changes so that we cen start deploying to the apache maven repository. 2006-01-12 20:43:53 +00:00
project.xml enabled back DiscoveryTransportBrokerTest. Is currently working on all CI test grid 2006-02-22 06:11:44 +00:00