svn commit: r801312 - in /activemq/trunk: activemq-core/pom.xml activemq-core/src/test/java/org/apache/activemq/blob/FTPBlobTest.java pom.xml

2009-08-05 Thread gtully
Author: gtully Date: Wed Aug 5 17:14:17 2009 New Revision: 801312 URL: http://svn.apache.org/viewvc?rev=801312&view=rev Log: enable ftpblob test - pull in test dependency on apache ftpserver Modified: activemq/trunk/activemq-core/pom.xml activemq/trunk/activemq-core/src/test/java

svn commit: r801314 - /activemq/trunk/activemq-core/pom.xml

2009-08-05 Thread gtully
Author: gtully Date: Wed Aug 5 17:16:06 2009 New Revision: 801314 URL: http://svn.apache.org/viewvc?rev=801314&view=rev Log: insert that test dependency I just mentioned Modified: activemq/trunk/activemq-core/pom.xml Modified: activemq/trunk/activemq-core/pom.xml URL:

svn commit: r801559 - in /activemq/trunk: ./ activemq-camel/src/main/java/org/apache/activemq/camel/ activemq-camel/src/test/java/org/apache/activemq/camel/component/

2009-08-06 Thread gtully
Author: gtully Date: Thu Aug 6 09:25:41 2009 New Revision: 801559 URL: http://svn.apache.org/viewvc?rev=801559&view=rev Log: apply patch from https://issues.apache.org/activemq/browse/AMQ-2348 - update to camel-2.0-M3 - with thanks Modified: activemq/trunk/activemq-camel/src/main/java

svn commit: r801989 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/IntrospectionSupport.java

2009-08-07 Thread gtully
Author: gtully Date: Fri Aug 7 13:16:56 2009 New Revision: 801989 URL: http://svn.apache.org/viewvc?rev=801989&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2350 - amq may not have exclusive access to the propertyEditorManager Modified: activemq/trunk/activemq-

svn commit: r802086 - in /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport: InactivityMonitor.java tcp/TcpTransportFactory.java

2009-08-07 Thread gtully
Author: gtully Date: Fri Aug 7 16:49:07 2009 New Revision: 802086 URL: http://svn.apache.org/viewvc?rev=802086&view=rev Log: make keepAliveResponseRequired optional in the inactivity monitor - https://issues.apache.org/activemq/browse/AMQ-2351 Modified: activemq/trunk/activemq-core

svn commit: r802109 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/KahaDBPersistenceAdapter.java

2009-08-07 Thread gtully
Author: gtully Date: Fri Aug 7 18:01:31 2009 New Revision: 802109 URL: http://svn.apache.org/viewvc?rev=802109&view=rev Log: expose new options - https://issues.apache.org/activemq/browse/AMQ-2338 Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/ka

svn commit: r802709 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/store/kahadb/ kahadb/src/main/java/org/apache/kahadb/journal/

2009-08-10 Thread gtully
Author: gtully Date: Mon Aug 10 09:51:08 2009 New Revision: 802709 URL: http://svn.apache.org/viewvc?rev=802709&view=rev Log: file size limit should be a long Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/KahaDBPersistenceAdapter.java acti

svn commit: r802766 - /activemq/trunk/kahadb/src/main/java/org/apache/kahadb/journal/ReadOnlyDataFile.java

2009-08-10 Thread gtully
Author: gtully Date: Mon Aug 10 12:41:36 2009 New Revision: 802766 URL: http://svn.apache.org/viewvc?rev=802766&view=rev Log: reflect preferredSize change to long Modified: activemq/trunk/kahadb/src/main/java/org/apache/kahadb/journal/ReadOnlyDataFile.java Modified: activemq/trunk/ka

svn commit: r802781 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/store/kahadb/ kahadb/src/main/java/org/apache/kahadb/journal/

2009-08-10 Thread gtully
Author: gtully Date: Mon Aug 10 13:13:33 2009 New Revision: 802781 URL: http://svn.apache.org/viewvc?rev=802781&view=rev Log: revert change of max file size to long as it will impact index size and 2gb is a reasonable max atm Modified: activemq/trunk/activemq-core/src/main/java/org/ap

svn commit: r802783 - in /activemq/trunk/activemq-core/src/main/resources: activemq.xsd activemq.xsd.html activemq.xsd.wiki

2009-08-10 Thread gtully
Author: gtully Date: Mon Aug 10 13:18:02 2009 New Revision: 802783 URL: http://svn.apache.org/viewvc?rev=802783&view=rev Log: fix ref to reflect maxFilelength an integer Modified: activemq/trunk/activemq-core/src/main/resources/activemq.xsd activemq/trunk/activemq-core/src/main/resou

svn commit: r804124 - in /activemq/trunk/activemq-core/src/main: java/org/apache/activemq/store/kahadb/KahaDBPersistenceAdapter.java resources/activemq.xsd resources/activemq.xsd.html resources/active

2009-08-14 Thread gtully
Author: gtully Date: Fri Aug 14 08:28:07 2009 New Revision: 804124 URL: http://svn.apache.org/viewvc?rev=804124&view=rev Log: allow journalMaxFileLength config to take xGb or ymb string notation and truncate to int to remain within limits of kahadb page Modified: activemq/trunk/acti

svn commit: r805361 - in /activemq/trunk/activemq-core: ./ src/main/java/org/apache/activemq/network/ src/main/java/org/apache/activemq/transport/discovery/ src/main/java/org/apache/activemq/transport

2009-08-18 Thread gtully
Author: gtully Date: Tue Aug 18 11:13:08 2009 New Revision: 805361 URL: http://svn.apache.org/viewvc?rev=805361&view=rev Log: apply parameters from discoveryURI to subsequent network connections so that options like inactivityTimeout can be configured on all discovered uris Added: acti

svn commit: r807969 - in /activemq/trunk/activemq-core/src/main/resources: activemq.xsd activemq.xsd.html activemq.xsd.wiki

2009-08-26 Thread gtully
Author: gtully Date: Wed Aug 26 11:51:18 2009 New Revision: 807969 URL: http://svn.apache.org/viewvc?rev=807969&view=rev Log: add new policyEntry attributed to schema for : https://issues.apache.org/activemq/browse/AMQ-1112 Modified: activemq/trunk/activemq-core/src/main/resou

svn commit: r808041 - /activemq/trunk/kahadb/src/main/java/org/apache/kahadb/util/LockFile.java

2009-08-26 Thread gtully
Author: gtully Date: Wed Aug 26 15:09:02 2009 New Revision: 808041 URL: http://svn.apache.org/viewvc?rev=808041&view=rev Log: resolve fd leak in locking logic, cause slave to exhaust fds and fail Modified: activemq/trunk/kahadb/src/main/java/org/apache/kahadb/util/LockFile.java Modi

svn commit: r808378 - /activemq/trunk/kahadb/src/main/java/org/apache/kahadb/util/LockFile.java

2009-08-27 Thread gtully
Author: gtully Date: Thu Aug 27 11:46:21 2009 New Revision: 808378 URL: http://svn.apache.org/viewvc?rev=808378&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2366 - new File needed on each lock attempt or master restart will see old lock history Modified: acti

svn commit: r808890 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/network/ main/java/org/apache/activemq/transport/discovery/simple/ test/java/org/apache/activemq/transport/dis

2009-08-28 Thread gtully
Author: gtully Date: Fri Aug 28 14:16:29 2009 New Revision: 808890 URL: http://svn.apache.org/viewvc?rev=808890&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-1855 - effects multicast discovery also; disposed is now atomic and the bridge.stop() waits for shutdown info t

svn commit: r809940 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transaction/XATransaction.java

2009-09-01 Thread gtully
Author: gtully Date: Tue Sep 1 09:44:34 2009 New Revision: 809940 URL: http://svn.apache.org/viewvc?rev=809940&view=rev Log: add some trace Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transaction/XATransaction.java Modified: activemq/trunk/activemq-core

svn commit: r810644 - in /activemq/trunk: activemq-camel/src/main/java/org/apache/activemq/camel/CamelDestination.java activemq-camel/src/test/java/org/apache/activemq/camel/CamelJmsTest.java pom.xml

2009-09-02 Thread gtully
Author: gtully Date: Wed Sep 2 18:18:08 2009 New Revision: 810644 URL: http://svn.apache.org/viewvc?rev=810644&view=rev Log: update to camel 2.0.0 and spring 2.5.6 to match camel, https://issues.apache.org/activemq/browse/AMQ-2370 Modified: activemq/trunk/activemq-camel/src/main/java

svn commit: r811003 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/ activemq-ra/src/test/java/org/apache/activemq/ra/

2009-09-03 Thread gtully
Author: gtully Date: Thu Sep 3 15:54:53 2009 New Revision: 811003 URL: http://svn.apache.org/viewvc?rev=811003&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2346 - TransactionContext XA state needs to be static to be shared across XAResource views Modified: acti

svn commit: r811019 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/config/ConfigTest.java

2009-09-03 Thread gtully
Author: gtully Date: Thu Sep 3 16:43:08 2009 New Revision: 811019 URL: http://svn.apache.org/viewvc?rev=811019&view=rev Log: delete seems to be missing from one test that fails intermittently, adding it in Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/co

svn commit: r811017 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.java

2009-09-03 Thread gtully
Author: gtully Date: Thu Sep 3 16:30:50 2009 New Revision: 811017 URL: http://svn.apache.org/viewvc?rev=811017&view=rev Log: giving this test a little more time as it may be exposing a threading issue with a blocked reconnect Modified: activemq/trunk/activemq-core/src/test/java/org/ap

svn commit: r811371 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/network/DemandForwardingBridgeSupport.java test/java/org/apache/activemq/transport/discovery/DiscoveryNetworkR

2009-09-04 Thread gtully
Author: gtully Date: Fri Sep 4 12:47:00 2009 New Revision: 811371 URL: http://svn.apache.org/viewvc?rev=811371&view=rev Log: resolve some timing issues that caused intermittent failure of the test for: https://issues.apache.org/activemq/browse/AMQ-1855 - also wait a little longer for a c

svn commit: r812046 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.java

2009-09-07 Thread gtully
Author: gtully Date: Mon Sep 7 09:12:34 2009 New Revision: 812046 URL: http://svn.apache.org/viewvc?rev=812046&view=rev Log: remove dependence on host name resolution to resolve failure on some machines, https://issues.apache.org/activemq/browse/AMQ-1855 Modified: activemq/trunk/acti

svn commit: r812214 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/Queue.java test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java

2009-09-07 Thread gtully
Author: gtully Date: Mon Sep 7 16:08:06 2009 New Revision: 812214 URL: http://svn.apache.org/viewvc?rev=812214&view=rev Log: https://issues.apache.org/activemq/browse/AMQ-1112 - resolve issues with optimizedDispatch, no need for message expiry to respect optimizeDispatch - iterate can al

svn commit: r812217 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java

2009-09-07 Thread gtully
Author: gtully Date: Mon Sep 7 16:19:41 2009 New Revision: 812217 URL: http://svn.apache.org/viewvc?rev=812217&view=rev Log: https://issues.apache.org/activemq/browse/AMQ-1112 - test both values of optimizedDispatch Modified: activemq/trunk/activemq-core/src/test/java/org/apache/acti

svn commit: r812394 - in /activemq/trunk/activemq-core/src/test/java/org/apache/activemq: AutoFailTestSupport.java bugs/AMQ1936Test.java bugs/AMQ2183Test.java

2009-09-08 Thread gtully
Author: gtully Date: Tue Sep 8 08:50:26 2009 New Revision: 812394 URL: http://svn.apache.org/viewvc?rev=812394&view=rev Log: make amq-2183 test auto fail as it hangs in hudson, add a thread dump to help diagnose Modified: activemq/trunk/activemq-core/src/test/java/org/apache/acti

svn commit: r812859 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/jmx/MBeanTest.java

2009-09-09 Thread gtully
Author: gtully Date: Wed Sep 9 09:48:03 2009 New Revision: 812859 URL: http://svn.apache.org/viewvc?rev=812859&view=rev Log: remove host resolution dependency on test for: https://issues.apache.org/activemq/browse/AMQ-2379 Modified: activemq/trunk/activemq-core/src/test/java/org/ap

svn commit: r812872 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java

2009-09-09 Thread gtully
Author: gtully Date: Wed Sep 9 10:11:16 2009 New Revision: 812872 URL: http://svn.apache.org/viewvc?rev=812872&view=rev Log: resolve potential npe in test Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java Modified: acti

svn commit: r812982 - /activemq/trunk/assembly/src/release/conf/activemq-camel.xml

2009-09-09 Thread gtully
Author: gtully Date: Wed Sep 9 14:56:41 2009 New Revision: 812982 URL: http://svn.apache.org/viewvc?rev=812982&view=rev Log: remove deprecated directive Modified: activemq/trunk/assembly/src/release/conf/activemq-camel.xml Modified: activemq/trunk/assembly/src/release/conf/acti

svn commit: r813011 - in /activemq/trunk/assembly/src: release/conf/activemq-camel.xml release/conf/activemq-jetty.xml release/conf/activemq.xml release/conf/camel.xml release/conf/jetty.xml sample-co

2009-09-09 Thread gtully
Author: gtully Date: Wed Sep 9 16:00:09 2009 New Revision: 813011 URL: http://svn.apache.org/viewvc?rev=813011&view=rev Log: differenciate imported config fragments: update to https://issues.apache.org/activemq/browse/AMQ-1894 Added: activemq/trunk/assembly/src/release/conf/camel

svn commit: r813467 - in /activemq/trunk/kahadb/src/main/java/org/apache/kahadb/journal: DataFileAppender.java Journal.java

2009-09-10 Thread gtully
Author: gtully Date: Thu Sep 10 15:00:13 2009 New Revision: 813467 URL: http://svn.apache.org/viewvc?rev=813467&view=rev Log: expose journal writeBatchSize Modified: activemq/trunk/kahadb/src/main/java/org/apache/kahadb/journal/DataFileAppender.java activemq/trunk/kahadb/src/main/

svn commit: r813469 - in /activemq/trunk/activemq-core/src/main/java/org/apache/activemq: broker/region/policy/ plugin/ store/amq/ store/journal/ store/kahadaptor/ store/kahadb/ usage/

2009-09-10 Thread gtully
Author: gtully Date: Thu Sep 10 15:05:55 2009 New Revision: 813469 URL: http://svn.apache.org/viewvc?rev=813469&view=rev Log: expose journal writeBatchSize and tidy up xbean annotations Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/po

svn commit: r813471 - /activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.apache.org/schema/core

2009-09-10 Thread gtully
Author: gtully Date: Thu Sep 10 15:08:53 2009 New Revision: 813471 URL: http://svn.apache.org/viewvc?rev=813471&view=rev Log: use int editor for int parameter Modified: activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.apache.org/sc

svn commit: r813525 - in /activemq/trunk: ./ activemq-core/ activemq-core/src/main/resources/ activemq-core/src/main/resources/META-INF/ activemq-core/src/main/resources/META-INF/services/org/apache/x

2009-09-10 Thread gtully
Author: gtully Date: Thu Sep 10 17:47:43 2009 New Revision: 813525 URL: http://svn.apache.org/viewvc?rev=813525&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2342 - update to xbean 3.7-SNAPSHOT pending 3.6 release - auto generation of xsd is back - seems to work ok

svn commit: r813721 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/discovery/multicast/MulticastDiscoveryAgent.java

2009-09-11 Thread gtully
Author: gtully Date: Fri Sep 11 08:46:40 2009 New Revision: 813721 URL: http://svn.apache.org/viewvc?rev=813721&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2381 - patch applied with thanks Modified: activemq/trunk/activemq-core/src/main/java/org/apache/acti

svn commit: r813734 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/AMQ2383Test.java

2009-09-11 Thread gtully
Author: gtully Date: Fri Sep 11 09:17:43 2009 New Revision: 813734 URL: http://svn.apache.org/viewvc?rev=813734&view=rev Log: test case for: https://issues.apache.org/activemq/browse/AMQ-2383 - works on trunk Added: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/

svn commit: r814648 - /activemq/trunk/activemq-core/pom.xml

2009-09-14 Thread gtully
Author: gtully Date: Mon Sep 14 14:02:43 2009 New Revision: 814648 URL: http://svn.apache.org/viewvc?rev=814648&view=rev Log: ensure generated xsd is available to test phase Modified: activemq/trunk/activemq-core/pom.xml Modified: activemq/trunk/activemq-core/pom.xml URL:

svn commit: r814649 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java kahadb/src/main/java/org/apache/kahadb/page/PageFile.java

2009-09-14 Thread gtully
Author: gtully Date: Mon Sep 14 14:04:19 2009 New Revision: 814649 URL: http://svn.apache.org/viewvc?rev=814649&view=rev Log: allow embedded broker with kahaDB to exit without stop - make writer threads Daemon Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/s

svn commit: r814757 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/ test/java/org/apache/activemq/xbean/ test/resources/org/apache/activemq/transport/stomp/

2009-09-14 Thread gtully
Author: gtully Date: Mon Sep 14 18:05:43 2009 New Revision: 814757 URL: http://svn.apache.org/viewvc?rev=814757&view=rev Log: resolve some failures and ref to old config namespace Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.

svn commit: r814758 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/ft/MasterConnector.java

2009-09-14 Thread gtully
Author: gtully Date: Mon Sep 14 18:06:24 2009 New Revision: 814758 URL: http://svn.apache.org/viewvc?rev=814758&view=rev Log: tidy info message Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/ft/MasterConnector.java Modified: activemq/trunk/activemq-

svn commit: r815684 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/ConsumerBean.java

2009-09-16 Thread gtully
Author: gtully Date: Wed Sep 16 09:20:50 2009 New Revision: 815684 URL: http://svn.apache.org/viewvc?rev=815684&view=rev Log: resolve intermittent failure of test for https://issues.apache.org/activemq/browse/AMQ-1687 - wait for messages needs to wait for the outstanding count rather than

svn commit: r815815 - /activemq/trunk/pom.xml

2009-09-16 Thread gtully
Author: gtully Date: Wed Sep 16 14:53:03 2009 New Revision: 815815 URL: http://svn.apache.org/viewvc?rev=815815&view=rev Log: update to xbean 3.6 - resolve https://issues.apache.org/activemq/browse/AMQ-2342 Modified: activemq/trunk/pom.xml Modified: activemq/trunk/pom.xml URL:

svn commit: r816293 - in /activemq/trunk/assembly/src/release/bin: activemq activemq.bat linux-x86-32/wrapper.conf linux-x86-64/wrapper.conf macosx/wrapper.conf win32/wrapper.conf

2009-09-17 Thread gtully
Author: gtully Date: Thu Sep 17 17:25:27 2009 New Revision: 816293 URL: http://svn.apache.org/viewvc?rev=816293&view=rev Log: fix java.util.logging.config.file reference to jul logging.properties to disable Modified: activemq/trunk/assembly/src/release/bin/activemq activemq/t

svn commit: r822811 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/network/ test/java/org/apache/activemq/bugs/

2009-10-07 Thread gtully
Author: gtully Date: Wed Oct 7 17:41:21 2009 New Revision: 822811 URL: http://svn.apache.org/viewvc?rev=822811&view=rev Log: resolve duplicate message issue from: https://issues.apache.org/activemq/browse/AMQ-2439 Added: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/

svn commit: r822911 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/network/ test/java/org/apache/activemq/bugs/

2009-10-07 Thread gtully
Author: gtully Date: Wed Oct 7 20:59:52 2009 New Revision: 822911 URL: http://svn.apache.org/viewvc?rev=822911&view=rev Log: apply fix for AMQ-2439 to 5.3 branch Added: activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/AMQ2439Test.java - co

svn commit: r823143 - /activemq/trunk/assembly/src/release/README.txt

2009-10-08 Thread gtully
Author: gtully Date: Thu Oct 8 12:24:50 2009 New Revision: 823143 URL: http://svn.apache.org/viewvc?rev=823143&view=rev Log: update links in to version 5 variants as exsiting links ref ver 4.x info Modified: activemq/trunk/assembly/src/release/README.txt Modified: activemq/trunk/asse

svn commit: r823145 - /activemq/branches/activemq-5.3/assembly/src/release/README.txt

2009-10-08 Thread gtully
Author: gtully Date: Thu Oct 8 12:31:45 2009 New Revision: 823145 URL: http://svn.apache.org/viewvc?rev=823145&view=rev Log: merge link update in the off chance that there is another rc Modified: activemq/branches/activemq-5.3/assembly/src/release/README.txt Modified: activemq/bran

svn commit: r824807 - in /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/network: DiscoveryNetworkConnector.java NetworkConnector.java

2009-10-13 Thread gtully
Author: gtully Date: Tue Oct 13 15:30:50 2009 New Revision: 824807 URL: http://svn.apache.org/viewvc?rev=824807&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2448 - failed network bridge being incorrectly recorded in a list (and leaked), issue introduced by h

svn commit: r824823 - in /activemq/branches/activemq-5.3: ./ activemq-core/src/main/java/org/apache/activemq/network/DiscoveryNetworkConnector.java activemq-core/src/main/java/org/apache/activemq/netw

2009-10-13 Thread gtully
Author: gtully Date: Tue Oct 13 15:56:58 2009 New Revision: 824823 URL: http://svn.apache.org/viewvc?rev=824823&view=rev Log: fix for https://issues.apache.org/activemq/browse/AMQ-2448 from trunk Modified: activemq/branches/activemq-5.3/ (props changed) activemq/branches/activemq

svn commit: r825084 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/AMQ2439Test.java

2009-10-14 Thread gtully
Author: gtully Date: Wed Oct 14 11:11:03 2009 New Revision: 825084 URL: http://svn.apache.org/viewvc?rev=825084&view=rev Log: fix race condition in test that validates dequeue count, thanks Al on irc Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/

svn commit: r825088 - in /activemq/branches/activemq-5.3: ./ activemq-core/src/main/java/org/apache/activemq/transport/stomp/StompSubscription.java activemq-core/src/test/java/org/apache/activemq/bugs

2009-10-14 Thread gtully
Author: gtully Date: Wed Oct 14 11:30:18 2009 New Revision: 825088 URL: http://svn.apache.org/viewvc?rev=825088&view=rev Log: merge from trunk fix race condition in test that validates dequeue count, thanks Al on irc Modified: activemq/branches/activemq-5.3/ (props changed) acti

svn commit: r825463 - /activemq/branches/activemq-5.3/pom.xml

2009-10-15 Thread gtully
Author: gtully Date: Thu Oct 15 11:05:29 2009 New Revision: 825463 URL: http://svn.apache.org/viewvc?rev=825463&view=rev Log: fix activemq.version property Modified: activemq/branches/activemq-5.3/pom.xml Modified: activemq/branches/activemq-5.3/pom.xml URL: http://svn.apache.org/vi

svn commit: r826645 - /activemq/trunk/activemq-camel/pom.xml

2009-10-19 Thread gtully
Author: gtully Date: Mon Oct 19 11:28:15 2009 New Revision: 826645 URL: http://svn.apache.org/viewvc?rev=826645&view=rev Log: exclude reference to spring 3.0.0.M3 via camel-web jersey dependency Modified: activemq/trunk/activemq-camel/pom.xml Modified: activemq/trunk/activemq-camel/pom

svn commit: r826700 - in /activemq/trunk/activemq-core/src/test: java/org/apache/activemq/ java/org/apache/activemq/bugs/ java/org/apache/activemq/security/ resources/org/apache/activemq/security/

2009-10-19 Thread gtully
Author: gtully Date: Mon Oct 19 15:28:29 2009 New Revision: 826700 URL: http://svn.apache.org/viewvc?rev=826700&view=rev Log: resolve some timing issues with slow tests and potential jmx port clash Modified: activemq/trunk/activemq-core/src/test/java/org/apache/acti

svn commit: r826705 - in /activemq/branches/activemq-5.3/activemq-core/src/test: java/org/apache/activemq/ java/org/apache/activemq/bugs/ java/org/apache/activemq/security/ resources/org/apache/active

2009-10-19 Thread gtully
Author: gtully Date: Mon Oct 19 15:38:00 2009 New Revision: 826705 URL: http://svn.apache.org/viewvc?rev=826705&view=rev Log: merge from trunk: r826696 - resolve some timing issues with slow tests and potential jmx port clash Modified: activemq/branches/activemq-5.3/activemq-core/src/

svn commit: r827916 - /activemq/trunk/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQActivationSpec.java

2009-10-21 Thread gtully
Author: gtully Date: Wed Oct 21 08:15:26 2009 New Revision: 827916 URL: http://svn.apache.org/viewvc?rev=827916&view=rev Log: improve error info to help with: https://issues.apache.org/activemq/browse/AMQ-2457 Modified: activemq/trunk/activemq-ra/src/main/java/org/apache/activem

svn commit: r828975 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/broker/region/cursors/ test/java/org/apache/activemq/bugs/ test/r

2009-10-23 Thread gtully
Author: gtully Date: Fri Oct 23 09:37:47 2009 New Revision: 828975 URL: http://svn.apache.org/viewvc?rev=828975&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2314 - spooled non persistent messages for a topic sub remain after disconnect, pendin messages are now remove

svn commit: r828989 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/broker/region/cursors/ test/java/org/apache/activ

2009-10-23 Thread gtully
Author: gtully Date: Fri Oct 23 10:22:46 2009 New Revision: 828989 URL: http://svn.apache.org/viewvc?rev=828989&view=rev Log: merge 828975 - fix for resolve https://issues.apache.org/activemq/browse/AMQ-2314 - spooled non persistent messages for a topic sub remain after disconnect, pe

svn commit: r829105 - in /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc: JDBCPersistenceAdapter.java TransactionContext.java

2009-10-23 Thread gtully
Author: gtully Date: Fri Oct 23 15:51:45 2009 New Revision: 829105 URL: http://svn.apache.org/viewvc?rev=829105&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2463 - new isolationlevel int property on JDBCPersistenceAdapter Modified: activemq/trunk/activemq-core

svn commit: r829113 - in /activemq/branches/activemq-5.3/activemq-core/src/main/java/org/apache/activemq/store/jdbc: JDBCPersistenceAdapter.java TransactionContext.java

2009-10-23 Thread gtully
Author: gtully Date: Fri Oct 23 16:04:38 2009 New Revision: 829113 URL: http://svn.apache.org/viewvc?rev=829113&view=rev Log: merge -c 829105 - resolve https://issues.apache.org/activemq/browse/AMQ-2463 - new isolationlevel int property on JDBCPersistenceAdapter Modified: activemq/bran

svn commit: r831008 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCPersistenceAdapter.java

2009-10-29 Thread gtully
Author: gtully Date: Thu Oct 29 16:10:36 2009 New Revision: 831008 URL: http://svn.apache.org/viewvc?rev=831008&view=rev Log: first cut of resolution to https://issues.apache.org/activemq/browse/AMQ-2470 - put cleanup on a fixe rate schedual Modified: activemq/trunk/activemq-core/src/

svn commit: r831012 - /activemq/branches/activemq-5.3/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCPersistenceAdapter.java

2009-10-29 Thread gtully
Author: gtully Date: Thu Oct 29 16:17:32 2009 New Revision: 831012 URL: http://svn.apache.org/viewvc?rev=831012&view=rev Log: svn merge -c 831008 https://svn.apache.org/repos/asf/activemq/trunk - first cut of resolution to https://issues.apache.org/activemq/browse/AMQ-2470 - put cleanup

svn commit: r831258 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/Queue.java test/java/org/apache/activemq/broker/region/QueuePurgeTest.java

2009-10-30 Thread gtully
Author: gtully Date: Fri Oct 30 10:51:41 2009 New Revision: 831258 URL: http://svn.apache.org/viewvc?rev=831258&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2468 - limit pagedInPendingDispatch to maxPageSize and bypass dispatch for jmx queue modifications like purge

svn commit: r831266 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/Queue.java test/java/org/apache/activemq/broker/region/QueuePurgeTest.java

2009-10-30 Thread gtully
Author: gtully Date: Fri Oct 30 11:23:06 2009 New Revision: 831266 URL: http://svn.apache.org/viewvc?rev=831266&view=rev Log: merge -c 831258 https://svn.apache.org/repos/asf/activemq/trunk - resolve https://issues.apache.org/activemq/browse/AMQ-2468 - limit pagedInPendingDispatc

svn commit: r831377 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java

2009-10-30 Thread gtully
Author: gtully Date: Fri Oct 30 16:43:05 2009 New Revision: 831377 URL: http://svn.apache.org/viewvc?rev=831377&view=rev Log: add variant that uses syncSend and verifies a ResourceAllocationException in the sending thread Modified: activemq/trunk/activemq-core/src/test/java/org/ap

svn commit: r831827 - in /activemq/trunk: activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpCl

2009-11-02 Thread gtully
Author: gtully Date: Mon Nov 2 09:02:38 2009 New Revision: 831827 URL: http://svn.apache.org/viewvc?rev=831827&view=rev Log: apply patch for https://issues.apache.org/activemq/browse/AMQ-2472 with thanks Modified: activemq/trunk/activemq-core/src/test/java/org/apache/acti

svn commit: r831829 - in /activemq/branches/activemq-5.3: activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java activemq-optional/src/main/java/org/apache/activemq/trans

2009-11-02 Thread gtully
Author: gtully Date: Mon Nov 2 09:05:17 2009 New Revision: 831829 URL: http://svn.apache.org/viewvc?rev=831829&view=rev Log: svn merge -c 831827 https://svn.apache.org/repos/asf/activemq/trunk - https://issues.apache.org/activemq/browse/AMQ-2472 Modified: activemq/branches/activemq

svn commit: r831876 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/advisory/ main/java/org/apache/activemq/network/ main/java/org/apache/activemq/transport/vm/ test/java/org/apa

2009-11-02 Thread gtully
Author: gtully Date: Mon Nov 2 12:35:12 2009 New Revision: 831876 URL: http://svn.apache.org/viewvc?rev=831876&view=rev Log: make networkbridge tests more resilient to time related issues on slow machines Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/advi

svn commit: r831888 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/advisory/AdvisorySupport.java

2009-11-02 Thread gtully
Author: gtully Date: Mon Nov 2 13:00:24 2009 New Revision: 831888 URL: http://svn.apache.org/viewvc?rev=831888&view=rev Log: apply patch for https://issues.apache.org/activemq/browse/AMQ-2458 with thanks Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/advi

svn commit: r832401 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/discovery/multicast/MulticastDiscoveryAgent.java

2009-11-03 Thread gtully
Author: gtully Date: Tue Nov 3 12:25:38 2009 New Revision: 832401 URL: http://svn.apache.org/viewvc?rev=832401&view=rev Log: avoid java.util.concurrent.RejectedExecutionException on shutdown by bracketing executor usage with started flag Modified: activemq/trunk/activemq-core/src/

svn commit: r832454 - /activemq/trunk/activemq-console/pom.xml

2009-11-03 Thread gtully
Author: gtully Date: Tue Nov 3 15:26:45 2009 New Revision: 832454 URL: http://svn.apache.org/viewvc?rev=832454&view=rev Log: provide repo ref for net.sf.josql dependency not yet in central Modified: activemq/trunk/activemq-console/pom.xml Modified: activemq/trunk/activemq-console/pom

svn commit: r832458 - /activemq/branches/activemq-5.3/activemq-console/pom.xml

2009-11-03 Thread gtully
Author: gtully Date: Tue Nov 3 15:38:09 2009 New Revision: 832458 URL: http://svn.apache.org/viewvc?rev=832458&view=rev Log: merge -c 832454 - provide repo ref for net.sf.josql dependency not yet in central Modified: activemq/branches/activemq-5.3/activemq-console/pom.xml Modi

svn commit: r832829 - in /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network: DuplexNetworkMBeanTest.java NetworkBrokerDetachTest.java

2009-11-04 Thread gtully
Author: gtully Date: Wed Nov 4 18:15:57 2009 New Revision: 832829 URL: http://svn.apache.org/viewvc?rev=832829&view=rev Log: add some resilience to slow mbean registration Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.

svn commit: r834543 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/util/ test/java/org/apache/activemq/broker/ft/ test/java/org/apac

2009-11-10 Thread gtully
Author: gtully Date: Tue Nov 10 16:57:28 2009 New Revision: 834543 URL: http://svn.apache.org/viewvc?rev=834543&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2481 - no need to force a page in but sync between expiry from browse and from pageIn needed some tweaks, exp

svn commit: r834557 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/util/ test/java/org/apache/activemq/broker/ft/ te

2009-11-10 Thread gtully
Author: gtully Date: Tue Nov 10 17:26:38 2009 New Revision: 834557 URL: http://svn.apache.org/viewvc?rev=834557&view=rev Log: merge -c 834543 - resolve https://issues.apache.org/activemq/browse/AMQ-2481 - no need to force a page in but sync between expiry from browse and from pageIn needed

svn commit: r834830 - /activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/http/HttpTransportBrokerTest.java

2009-11-11 Thread gtully
Author: gtully Date: Wed Nov 11 10:14:04 2009 New Revision: 834830 URL: http://svn.apache.org/viewvc?rev=834830&view=rev Log: resolve hudson intermittent failure, jetty acceptor uses a thread pool such that it does not accept immediatly, a wait or yield is needed before connecting to ensure

svn commit: r835325 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/RegionBroker.java test/java/org/apache/activemq/broker/MessageExpirationTest.java test/java/org/

2009-11-12 Thread gtully
Author: gtully Date: Thu Nov 12 10:40:58 2009 New Revision: 835325 URL: http://svn.apache.org/viewvc?rev=835325&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2487, patch applied, test added Modified: activemq/trunk/activemq-core/src/main/java/org/apache/acti

svn commit: r835329 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/ test/java/org/apache/activemq/broker/ test/java/org/apache/activemq/usecases/

2009-11-12 Thread gtully
Author: gtully Date: Thu Nov 12 10:48:39 2009 New Revision: 835329 URL: http://svn.apache.org/viewvc?rev=835329&view=rev Log: svn merge -c 835325 https://svn.apache.org/repos/asf/activemq/trunk - resolve https://issues.apache.org/activemq/browse/AMQ-2487, patch applied, test added Modi

svn commit: r835874 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/ main/java/org/apache/activemq/broker/ main/java/org/apache/activemq/broker/region/ main/java/org/apache/activ

2009-11-13 Thread gtully
Author: gtully Date: Fri Nov 13 15:22:07 2009 New Revision: 835874 URL: http://svn.apache.org/viewvc?rev=835874&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2483 and https://issues.apache.org/activemq/browse/AMQ-2028, keep track of outstanding wakeup requests in a q

svn commit: r835920 - in /activemq/branches/activemq-5.3/activemq-core/src/main/java/org/apache/activemq: network/DemandForwardingBridgeSupport.java network/DemandSubscription.java transport/ResponseC

2009-11-13 Thread gtully
Author: gtully Date: Fri Nov 13 17:00:14 2009 New Revision: 835920 URL: http://svn.apache.org/viewvc?rev=835920&view=rev Log: merge -c 835715 Fix for http://issues.apache.org/activemq/browse/AMQ-2439: IllegalState issue. Tightening synchronization in DemandForwardingBridge to avoid subscrip

svn commit: r835921 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/ main/java/org/apache/activemq/broker/ main/java/org/apache/activemq/broker/region/ main/java/

2009-11-13 Thread gtully
Author: gtully Date: Fri Nov 13 17:04:09 2009 New Revision: 835921 URL: http://svn.apache.org/viewvc?rev=835921&view=rev Log: merge -c 835874 - resolve https://issues.apache.org/activemq/browse/AMQ-2483 and https://issues.apache.org/activemq/browse/AMQ-2028, keep track of outstanding wa

svn commit: r880696 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCPersistenceAdapter.java

2009-11-16 Thread gtully
Author: gtully Date: Mon Nov 16 10:17:35 2009 New Revision: 880696 URL: http://svn.apache.org/viewvc?rev=880696&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2493 - patch applied with thanks Modified: activemq/trunk/activemq-core/src/main/java/org/apache/acti

svn commit: r880697 - /activemq/branches/activemq-5.3/activemq-core/src/main/java/org/apache/activemq/store/jdbc/JDBCPersistenceAdapter.java

2009-11-16 Thread gtully
Author: gtully Date: Mon Nov 16 10:20:15 2009 New Revision: 880697 URL: http://svn.apache.org/viewvc?rev=880697&view=rev Log: merge -c 880696 - resolve https://issues.apache.org/activemq/browse/AMQ-2493 - patch applied with thanks Modified: activemq/branches/activemq-5.3/activemq-core

svn commit: r880699 - in /activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc: lock/microsoft_sql_server_jdbc_2_0_driver microsoft_sql_server_jdbc_2_0_driv

2009-11-16 Thread gtully
Author: gtully Date: Mon Nov 16 10:28:25 2009 New Revision: 880699 URL: http://svn.apache.org/viewvc?rev=880699&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2492 - patch applied with thanks Added: activemq/trunk/activemq-core/src/main/resources/META-INF/services

svn commit: r880700 - in /activemq/branches/activemq-5.3/activemq-core/src/main/resources/META-INF/services/org/apache/activemq/store/jdbc: lock/microsoft_sql_server_jdbc_2_0_driver microsoft_sql_serv

2009-11-16 Thread gtully
Author: gtully Date: Mon Nov 16 10:30:48 2009 New Revision: 880700 URL: http://svn.apache.org/viewvc?rev=880700&view=rev Log: merge -c 880699 - resolve https://issues.apache.org/activemq/browse/AMQ-2492 - patch applied with thanks Added: activemq/branches/activemq-5.3/activemq-core

svn commit: r881433 - /activemq/trunk/activemq-xmpp/pom.xml

2009-11-17 Thread gtully
Author: gtully Date: Tue Nov 17 18:32:49 2009 New Revision: 881433 URL: http://svn.apache.org/viewvc?rev=881433&view=rev Log: resolve issue with jaxb jar downloads that result in - [INFO] Internal error in the plugin manager executing goal 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.1

svn commit: r882096 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/broker/region/cursors/ main/java/org/apache/activemq/util/ test/j

2009-11-19 Thread gtully
Author: gtully Date: Thu Nov 19 10:33:41 2009 New Revision: 882096 URL: http://svn.apache.org/viewvc?rev=882096&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2487 - usage management of storecursor iterator was broken in that a browse would decrement the usage. me

svn commit: r882100 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/ main/java/org/apache/activemq/broker/region/cursors/ main/java/org/apache/activ

2009-11-19 Thread gtully
Author: gtully Date: Thu Nov 19 10:48:16 2009 New Revision: 882100 URL: http://svn.apache.org/viewvc?rev=882100&view=rev Log: svn merge -c 882096 - resolve https://issues.apache.org/activemq/browse/AMQ-2487 - usage management of storecursor iterator was broken in that a browse would decre

svn commit: r882136 - /activemq/trunk/activemq-camel/pom.xml

2009-11-19 Thread gtully
Author: gtully Date: Thu Nov 19 13:11:06 2009 New Revision: 882136 URL: http://svn.apache.org/viewvc?rev=882136&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2502, add optional import of pool Modified: activemq/trunk/activemq-camel/pom.xml Modified: activemq/t

svn commit: r882157 - /activemq/branches/activemq-5.3/activemq-camel/pom.xml

2009-11-19 Thread gtully
Author: gtully Date: Thu Nov 19 14:24:46 2009 New Revision: 882157 URL: http://svn.apache.org/viewvc?rev=882157&view=rev Log: svn merge -c 882136 - resolve https://issues.apache.org/activemq/browse/AMQ-2502, add optional import of pool Modified: activemq/branches/activemq-5.3/activemq-c

svn commit: r882510 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesTest.java

2009-11-20 Thread gtully
Author: gtully Date: Fri Nov 20 11:34:14 2009 New Revision: 882510 URL: http://svn.apache.org/viewvc?rev=882510&view=rev Log: some more resiliance to slow hardware for this test Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesTest.

svn commit: r882526 - /activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesTest.java

2009-11-20 Thread gtully
Author: gtully Date: Fri Nov 20 12:02:57 2009 New Revision: 882526 URL: http://svn.apache.org/viewvc?rev=882526&view=rev Log: merge -c 882510 - some more resiliance to slow hardware for this test Modified: activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/acti

svn commit: r883450 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/BrokerNetworkWithStuckMessagesTest.java

2009-11-23 Thread gtully
Author: gtully Date: Mon Nov 23 18:35:58 2009 New Revision: 883450 URL: http://svn.apache.org/viewvc?rev=883450&view=rev Log: resolve compilation error, test still fails though Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/net

svn commit: r883458 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/ActiveMQMessageConsumer.java test/java/org/apache/activemq/bugs/AMQ2489Test.java test/java/org/apache/activemq

2009-11-23 Thread gtully
Author: gtully Date: Mon Nov 23 18:43:01 2009 New Revision: 883458 URL: http://svn.apache.org/viewvc?rev=883458&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual ack - delivery acks now

svn commit: r883459 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/ test/java/org/apache/activemq/bugs/ test/java/org/apache/activemq/usecases/

2009-11-23 Thread gtully
Author: gtully Date: Mon Nov 23 18:46:46 2009 New Revision: 883459 URL: http://svn.apache.org/viewvc?rev=883459&view=rev Log: svn merge -c 883458 - resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual

svn commit: r884778 - in /activemq/trunk/activemq-core/src: main/java/org/apache/activemq/broker/region/Queue.java test/java/org/apache/activemq/security/SecurityJMXTest.java

2009-11-27 Thread gtully
Author: gtully Date: Fri Nov 27 08:19:19 2009 New Revision: 884778 URL: http://svn.apache.org/viewvc?rev=884778&view=rev Log: resolve https://issues.apache.org/activemq/browse/AMQ-2516 - broker send to dlq now uses broker security context so it will bypass the authentication plugin

svn commit: r884779 - in /activemq/branches/activemq-5.3/activemq-core/src: main/java/org/apache/activemq/broker/region/Queue.java test/java/org/apache/activemq/security/SecurityJMXTest.java

2009-11-27 Thread gtully
Author: gtully Date: Fri Nov 27 08:23:13 2009 New Revision: 884779 URL: http://svn.apache.org/viewvc?rev=884779&view=rev Log: svn merge -c 884778 - resolve https://issues.apache.org/activemq/browse/AMQ-2516 - broker send to dlq now uses broker security context so it will bypass

svn commit: r885711 - /activemq/trunk/activemq-core/pom.xml

2009-12-01 Thread gtully
Author: gtully Date: Tue Dec 1 10:06:59 2009 New Revision: 885711 URL: http://svn.apache.org/viewvc?rev=885711&view=rev Log: disable BrokerNetworkWithStuckMessagesTest as it currently fails, locally and in hudson Modified: activemq/trunk/activemq-core/pom.xml Modified: activemq/t

svn commit: r886136 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java

2009-12-02 Thread gtully
Author: gtully Date: Wed Dec 2 13:30:33 2009 New Revision: 886136 URL: http://svn.apache.org/viewvc?rev=886136&view=rev Log: don't account for wait time in cleanup log message Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/store/kahadb/MessageData

svn commit: r888846 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java

2009-12-09 Thread gtully
Author: gtully Date: Wed Dec 9 15:49:12 2009 New Revision: 46 URL: http://svn.apache.org/viewvc?rev=46&view=rev Log: add current limit to info flow control message Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java Modified: acti

<    3   4   5   6   7   8   9   10   11   12   >