/[Apache-SVN]
ViewVC logotype

Revision 1140770


Jump to revision: Previous Next
Author: tabish
Date: Tue Jun 28 18:15:29 2011 UTC (13 years, 3 months ago)
Changed paths: 5
Log Message:
fix for: https://issues.apache.org/jira/browse/AMQ-2524

When destinations are removed via JMX or by auto remove of inactive destinations an existing producer registration can be left with a reference to a resource that no longer exists but appears valid.  The destination should be marked as disposed so that a producer send can check to see if it should discard its current reference to the destination and either recreate it or update its cache to point to the currect destination resource.

Changed paths

Path Details
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/BaseDestination.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Destination.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/DestinationFilter.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/RegionBroker.java modified , text changed
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/JMXRemoveQueueThenSendIgnoredTest.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26