4125 Commits

Author SHA1 Message Date
Bosanac Dejan
ef188be76b merging 886833 - moving JDBCSpringTest to sys tests
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@887220 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 15:04:54 +00:00
Bosanac Dejan
2787a85ba7 merging 885488 - http://issues.apache.org/activemq/browse/AMQ-1498 - broker recovery missing subscriber
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@886208 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02 17:15:12 +00:00
Bosanac Dejan
9360f50b49 merging 885841 - https://issues.apache.org/activemq/browse/AMQ-2519 - duplicate messages and jdbc store
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@885843 13f79535-47bb-0310-9956-ffa450edef68
2009-12-01 17:28:31 +00:00
Gary Tully
55dcb0e3e0 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 the authentication plugin when configured
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@884779 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27 08:23:13 +00:00
Bosanac Dejan
3f3030e5f5 merging 884633 - https://issues.apache.org/activemq/browse/AMQ-2515 - Optimized Acknowledgements and interrupted transport
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@884644 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26 17:00:49 +00:00
Gary Tully
e624508480 svn merge -c 883458 - resolve https://issues.apache.org/activemq/browse/AMQ-2489 - duplicate delivery acks resulted in broker exceptions with client or inividual ack - delivery acks now only for unacked messages - down side is pending messages in broker remain on expiry awaiting ack from ackLaer that dependes on prefetch value - but this is reasonable and to be expected. they will be removed on close or subsequent acks in any event
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@883459 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 18:46:46 +00:00
Bosanac Dejan
7a97edc865 merging 882126 - https://issues.apache.org/activemq/browse/AMQ-2042
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@882579 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 14:40:13 +00:00
Gary Tully
120a7a10b0 merge -c 882510 - some more resiliance to slow hardware for this test
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@882526 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 12:02:57 +00:00
Bosanac Dejan
79b57b8eb3 merging https://issues.apache.org/activemq/browse/AMQ-2042 - 834922,835373,835412,835833,835888,880792,881221,882144
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@882511 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 11:36:45 +00:00
Gary Tully
60c04597d8 svn merge -c 882136 - resolve https://issues.apache.org/activemq/browse/AMQ-2502, add optional import of pool
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@882157 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19 14:24:46 +00:00
Gary Tully
e6533f3d40 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 decrement the usage. memory management across move and retry operations is now correct. modified some tests to validate memory usage
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@882100 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19 10:48:16 +00:00
Bosanac Dejan
3da2ae3091 merging 881274,881277 - https://issues.apache.org/activemq/browse/AMQ-2499 - don't show passwords in log files
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@881332 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 15:20:48 +00:00
Gary Tully
59a5230024 merge -c 880699 - resolve https://issues.apache.org/activemq/browse/AMQ-2492 - patch applied with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@880700 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 10:30:48 +00:00
Gary Tully
0bb6df16bd merge -c 880696 - resolve https://issues.apache.org/activemq/browse/AMQ-2493 - patch applied with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@880697 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 10:20:15 +00:00
Gary Tully
46c529b133 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 wakeup requests in a queue with regular task runner avoids build up in determintic task runner. Exposed useDeterministicTaskRunner to validate some test that fail with the -DuseDedicatedTaskRunner=true system property. With broker.useDedicatedTask=false, Queues will use pooled executor for dispatch.
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@835921 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 17:04:09 +00:00
Gary Tully
df8d3d4a63 merge -c 835715 Fix for http://issues.apache.org/activemq/browse/AMQ-2439: IllegalState issue.
Tightening synchronization in DemandForwardingBridge to avoid subscription clean up and ack processing race condition.

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@835920 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 17:00:14 +00:00
Bosanac Dejan
9bd267ed8d merging 835816 - https://issues.apache.org/activemq/browse/AMQ-2486 - systemExitOnShutdown hang
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@835820 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 11:40:18 +00:00
Bosanac Dejan
50a0402e55 merging 835339 : https://issues.apache.org/activemq/browse/AMQ-2486 - systemExitOnShutdown hangs
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@835342 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 11:35:03 +00:00
Gary Tully
2a07b408ee 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
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@835329 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 10:48:39 +00:00
Gary Tully
e150757421 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 some tweaks, expired messages need to be removed from the cursor in the event of expiry from browse. Also resolve unit test failures from https://issues.apache.org/activemq/browse/AMQ-2481
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@834557 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 17:26:38 +00:00
Bosanac Dejan
a1dca0e242 merging 833441: additional fix for https://issues.apache.org/activemq/browse/AMQ-2306 - jmx for slave brokers
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@833442 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 15:33:13 +00:00
Bosanac Dejan
49f3a70a1d merging 833395: https://issues.apache.org/activemq/browse/AMQ-2306 - jmx for slave brokers
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@833402 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 14:09:13 +00:00
Bosanac Dejan
40ce72ffca merging 832701 - https://issues.apache.org/activemq/browse/AMQ-2410 - web console sorting
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@832710 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 11:32:00 +00:00
Gary Tully
5bdb08c4f2 merge -c 832454 - provide repo ref for net.sf.josql dependency not yet in central
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@832458 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 15:38:09 +00:00
Bosanac Dejan
84d71fcb3c merging 831942: https://issues.apache.org/activemq/browse/AMQ-2474 - Enable broker-to-broker authentication and authorizarion using SSL certificates and jaasCertificateAuthenticationPlugin
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@831968 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 16:46:45 +00:00
Bosanac Dejan
cd96d29a93 merging 825008: https://issues.apache.org/activemq/browse/AMQ-2449 Peer certificates not propagated when using stomp+ssl w/mutual authentication
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@831960 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 16:39:08 +00:00
Gary Tully
2a4590527d svn merge -c 831827 https://svn.apache.org/repos/asf/activemq/trunk - https://issues.apache.org/activemq/browse/AMQ-2472
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@831829 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 09:05:17 +00:00
Gary Tully
20c0ba689a merge -c 831258 https://svn.apache.org/repos/asf/activemq/trunk - resolve https://issues.apache.org/activemq/browse/AMQ-2468 - limit pagedInPendingDispatch to maxPageSize and bypass dispatch for jmx queue modifications like purge and remove matching messages so they are not limited by pending messages and can page through all messages. Resolve intermittent deadlock in AMQ2102Test. Note: sparse selectors may need to increase maxPageSize as ever increasing pagedInPendingDispatch was exceeding that limit in error
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@831266 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 11:23:06 +00:00
Gary Tully
963ef01ab8 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 on a fixe rate schedual
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@831012 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 16:17:32 +00:00
Bosanac Dejan
61ff529a88 merging 830122 - https://issues.apache.org/activemq/browse/AMQ-2466 - josql osgi
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@830128 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 10:49:43 +00:00
Gary Tully
f37ec17d47 merge -c 829105 - resolve https://issues.apache.org/activemq/browse/AMQ-2463 - new isolationlevel int property on JDBCPersistenceAdapter
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@829113 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 16:04:38 +00:00
Bosanac Dejan
2c4a30f336 merging 829066 and 829073 for https://issues.apache.org/activemq/browse/AMQ-2462 - activemq-admin commands
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@829075 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 14:23:30 +00:00
Bosanac Dejan
b9cc3aa304 merging 824790 - javadoc plugin
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@829011 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 11:47:35 +00:00
Bosanac Dejan
48bb971398 merging 828638 - jmx console properties
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@829008 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 11:40:24 +00:00
Gary Tully
8cfe9336ba merge 828975 - fix for resolve https://issues.apache.org/activemq/browse/AMQ-2314 - spooled non persistent messages for a topic sub remain after disconnect, pendin messages are now removed so that the temp store can be reclaimed
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@828989 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 10:22:46 +00:00
Robert Davies
a18d506c4f Merged /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/stomp/StompSubscription.java:r825009-825083 for https://issues.apache.org/activemq/browse/AMQ-2447
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@827013 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 09:23:53 +00:00
Gary Tully
9600242662 merge from trunk: r826696 - resolve some timing issues with slow tests and potential jmx port clash
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@826705 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 15:38:00 +00:00
Gary Tully
af6509afb4 fix activemq.version property
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@825463 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 11:05:29 +00:00
Gary Tully
2049bb7ddb merge from trunk fix race condition in test that validates dequeue count, thanks Al on irc
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@825088 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 11:30:18 +00:00
Gary Tully
fe81c0fc98 fix for https://issues.apache.org/activemq/browse/AMQ-2448 from trunk
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@824823 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 15:56:58 +00:00
Gary Tully
239ffeb82f merge link update in the off chance that there is another rc
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@823145 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 12:31:45 +00:00
Bosanac Dejan
ee61961807 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@823118 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 10:23:10 +00:00
Bosanac Dejan
b8d8222ba8 [maven-release-plugin] prepare release activemq-5.3.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@823116 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 10:23:01 +00:00
Gary Tully
79b4d44c92 apply fix for AMQ-2439 to 5.3 branch
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@822911 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 20:59:52 +00:00
Hiram R. Chirino
47bf82495c AMQ-2439: KahaDB + Network of Brokers + Restart = Duplicate Messages that cannot be removed from the data store
- merges in 821090 821103 821115


git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@822813 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 17:53:55 +00:00
Bosanac Dejan
3b03a5f348 merging 822797 - sendAdvisoryIfNoConsumers
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@822799 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 16:41:17 +00:00
Bosanac Dejan
ece0653e8e merging 822295 - timestamp plugin fix
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@822318 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 15:32:25 +00:00
Bosanac Dejan
6a6e806552 merging 822231 - stomp and xmpp test on ibm jdk 6
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@822235 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 12:09:48 +00:00
Bosanac Dejan
4ae5d3b704 merging 820268,821106 - jdbc recovery
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@821112 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 17:50:55 +00:00
Bosanac Dejan
2b50ad6378 merging 820955 - jdbc sync issue under high load
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@820957 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 10:44:18 +00:00