/[Apache-SVN]
ViewVC logotype

Revision 511082


Jump to revision: Previous Next
Author: chirino
Date: Fri Feb 23 20:23:35 2007 UTC (2 years, 9 months ago)
Changed paths: 10
Log Message:
 r238@34:  chirino | 2007-02-23 14:48:37 -0500
 You can now disable a connection from watching topic advisories by setting the 'watchTopicAdvisories' option on the ActiveMQConnectionFactory to true.
 For large networks were lots of temporary topic consumers are being created and destroyed, this can result in lower overhead since those events do not need to get replicated to all the connections on the network. 
 
 This improves the handling of temp  destination over networks but it relaxed a few restrictions to get around timing issues with the networks.  If a message is sent to non-existant temp destination, the temp destination will be created so that the message is not dropped.  This could potentially create temp destinations for connections that will never get re-established.
 
 

Changed paths:

Path Details
Directoryactivemq/branches/activemq-4.1/ modified , props changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/ActiveMQSession.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/broker/region/RegionBroker.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/broker/region/TempQueueRegion.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/broker/region/TempTopicRegion.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java modified , text changed
Directoryactivemq/branches/activemq-4.1/activemq-core/src/test/java/org/apache/activemq/broker/BrokerTest.java modified , text changed

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2