/[Apache-SVN]
ViewVC logotype

Revision 1102014


Jump to revision: Previous Next
Author: gtully
Date: Wed May 11 18:43:43 2011 UTC (13 years, 5 months ago)
Changed paths: 2
Log Message:
https://issues.apache.org/jira/browse/AMQ-3272 - Handle RejectedExecutionException. In this case avoid the root cause, by allowing the semaphore to limit the enqueue tasks. Issue was in the cancel case locks were being release and the semaphore dropped while the executore queue still had the task pending, it needs to execute before the the samaphore can be released as it gates the task queue

Changed paths

Path Details
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/KahaDBStore.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/store/kahadb/KahaDBStoreTest.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26