The project Apache ActiveMQ - NightSite has the following 13 changes by 4 authors:
*Rob Davies* made the following changes at 08:11 AM, 28 December 2007 Comment: This test could get stuck - now only wait 2 seconds for a message and use Memory Message Store > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/TransactionTest.java > (607186) *Rob Davies* made the following changes at 07:52 PM, 28 December 2007 Comment: Tweaking for Queue performance and concurrency > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/TransactionTest.java > (607317) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/amq/AMQMessageStore.java > (607317) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleQueueTest.java > (607317) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/QueueStorePrefetch.java > (607317) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/policy/RoundRobinDispatchPolicy.java > (607317) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/QueueRepeaterTest.java > (607317) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/AbstractPendingMessageCursor.java > (607317) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/TestSupport.java > (607317) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/BrokerRestartTestSupport.java > (607317) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java > (607317) *Rob Davies* made the following changes at 08:16 AM, 02 January 2008 Comment: Fix for https://issues.apache.org/activemq/browse/AMQ-1533 > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadaptor/KahaTopicReferenceStore.java > (608034) *aco* made the following changes at 09:51 AM, 02 January 2008 Comment: Update to the Java Service Wrapper > /activemq/trunk/assembly/src/release/bin/macosx/wrapper.conf (608064) > /activemq/trunk/assembly/src/release/bin/linux/wrapper.conf (608064) > /activemq/trunk/assembly/src/main/descriptors/windows-bin.xml (608064) > /activemq/trunk/assembly/src/release/bin/win32/wrapper.conf (608064) *James Strachan* made the following changes at 11:23 AM, 02 January 2008 Comment: added an example of how to specify the maximum number of active JDBC connections > /activemq/trunk/assembly/src/release/conf/activemq.xml (608084) *Rob Davies* made the following changes at 06:34 AM, 03 January 2008 Comment: Add some duplex property for network connector view > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/NetworkConnectorViewMBean.java > (608356) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerViewMBean.java > (608356) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/NetworkConnectorView.java > (608356) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/BrokerView.java > (608356) *Rob Davies* made the following changes at 10:03 AM, 03 January 2008 Comment: nake inflight message count a little more explicit > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java > (608414) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java > (608414) *Rob Davies* made the following changes at 04:07 PM, 04 January 2008 Comment: Added basic load test for queues > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load (608902) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load/LoadTest.java > (608902) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load/LoadController.java > (608902) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load/LoadClient.java > (608902) > /activemq/trunk/activemq-core/pom.xml (608902) *Hiram Chirino* made the following changes at 06:56 PM, 04 January 2008 Comment: activemq-all was missing the commons-logging required dependency. > /activemq/trunk/activemq-all/pom.xml (608958) *Hiram Chirino* made the following changes at 09:38 PM, 04 January 2008 Comment: Fix for http://issues.apache.org/activemq/browse/AMQ-1519 Start up the embeded broker in an async thread so that it does not block the AppServer startup if a slave broker is started. > /activemq/trunk/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java > (609016) *Rob Davies* made the following changes at 01:51 PM, 07 January 2008 Comment: fixes for load testing > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/tcp/TcpTransportServer.java > (609606) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/QueueStorePrefetch.java > (609606) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load/LoadTest.java > (609606) > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/cursors/TopicStorePrefetch.java > (609606) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load/LoadController.java > (609606) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/load/LoadClient.java > (609606) *Rob Davies* made the following changes at 04:16 PM, 09 January 2008 Comment: applied patch for https://issues.apache.org/activemq/browse/AMQ-1542 > /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java > (610432) *Hiram Chirino* made the following changes at 06:44 PM, 09 January 2008 Comment: Upgrade to xbean 3.3-SNAPSHOT to pull in the fix for: http://issues.apache.org/jira/browse/XBEAN-101 PropertyPlaceholderConfigurer can not be used to resolve values assigned to xbean properties that have a custom PropertyEditor > /activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/memory/usage.properties > (610502) > /activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/memory/activemq.xml > (610502) > /activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/memory > (610502) > /activemq/trunk/pom.xml (610502) > /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/memory/MemoryPropertyTest.java > (610502) --------------------------------------------------------------------------------------- No tests were executed. Click http://bamboo.logicblaze.com:8085/browse/AMQ-N2-244 to find out more. Thanks, Bamboo
