The project Apache ActiveMQ - NightSite has the following 14 changes by 3 authors: *James Strachan* made the following changes at 05:46 PM, 09 March 2007 Comment: enable XMPP by default in the stand alone broker > /activemq/trunk/assembly/src/release/conf/activemq.xml (516482) *Hiram Chirino* made the following changes at 06:23 PM, 09 March 2007 Comment: Enhanced the ActiveMQConnection to use the CommandVisitor instead of using a big if swtich when handling commands from the broker. This should be slightly more efficient. > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionControl.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/CommandVisitorAdapter.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/CommandVisitor.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionError.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ControlCommand.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/MessageDispatch.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConsumerControl.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnection.java (516492) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/ConnectionStateTracker.java (516492) *Rob Davies* made the following changes at 06:38 AM, 09 March 2007 Comment: added toString() method > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/ConsumerMessageRef.java (516315) *James Strachan* made the following changes at 12:48 PM, 09 March 2007 Comment: avoid NPE I was getting in the web console > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/amq/AMQTopicMessageStore.java (516401) *Rob Davies* made the following changes at 01:28 PM, 09 March 2007 Comment: added isStoreValid() method - used by AMQStore to determine if references need to be rebuilt > /activemq/trunk/activemq-jpa-store/src/main/java/org/apache/activemq/store/jpa/JPAReferenceStoreAdapter.java (516407) *Rob Davies* made the following changes at 01:30 PM, 09 March 2007 Comment: added isStoreValid() method - used by AMQStore to determine if references need to be rebuilt > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/TopicSubContainer.java (516408) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/amq/AMQPersistenceAdapter.java (516408) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/ReferenceStoreAdapter.java (516408) *Rob Davies* made the following changes at 03:21 PM, 09 March 2007 Comment: fix typo > /activemq/trunk/activemq-web-console/README.txt (516429) *James Strachan* made the following changes at 03:47 PM, 09 March 2007 Comment: Use the broker name in the directory used for the AMQStore and temp-store area > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java (516439) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/amq/AMQPersistenceAdapter.java (516439) *James Strachan* made the following changes at 03:52 PM, 09 March 2007 Comment: Tidied up the activemq.xml file shipped in the distro. Also by default we now embded Jetty so that we can include the web console, or an out of band file transfer mechanism by default > /activemq/trunk/assembly/src/main/descriptors/windows-bin.xml (516442) > /activemq/trunk/assembly/src/release/conf/log4j.properties (516442) > /activemq/trunk/assembly/src/main/descriptors/unix-bin.xml (516442) > /activemq/trunk/assembly/src/main/resources/META-INF/DISCLAIMER.txt (516442) > /activemq/trunk/assembly/src/release/conf/activemq-nojournal.xml (516442) > /activemq/trunk/assembly/src/release/conf/activemq.xml (516442) > /activemq/trunk/pom.xml (516442) > /activemq/trunk/assembly/pom.xml (516442) *Hiram Chirino* made the following changes at 03:59 PM, 09 March 2007 Comment: Refactor so that the ProducerBrokerExchange is passed all the way down to the Topic and Queue implementations. This is laying the ground work to implement window based producer flow control. > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/virtual/CompositeDestinationInterceptor.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/DestinationFilter.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Destination.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/virtual/VirtualDestinationInterceptor.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/AbstractRegion.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Topic.java (516444) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java (516444) *Rob Davies* made the following changes at 04:34 PM, 09 March 2007 Comment: set duplex property > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java (516450) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/network/NetworkConnector.java (516450) *James Strachan* made the following changes at 05:21 PM, 09 March 2007 Comment: Upgraded to newer jetty release > /activemq/trunk/pom.xml (516471) *Hiram Chirino* made the following changes at 05:29 PM, 09 March 2007 Comment: Adding the bits need to do producer flow control with a window to the broker. Just implemented on the Queue case for now. > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageProducer.java (516475) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/TransportConnection.java (516475) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/ConnectionContext.java (516475) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/memory/UsageManager.java (516475) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQSession.java (516475) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ProducerAck.java (516475) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java (516475) *James Strachan* made the following changes at 05:45 PM, 09 March 2007 Comment: tidied up the config file for the web console > /activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml (516481) --------------------------------------------------------------------------------------- No tests were executed. Click http://ci.logicblaze.com:8085/browse/AMQ-N2-24 to find out more. Thanks, Bamboo