Bosanac Dejan
bb2f0db7b8
https://issues.apache.org/jira/browse/AMQ-3427 - maven jar and archiver plugin updates
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1163987 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 10:26:33 +00:00
Bosanac Dejan
603b215841
https://issues.apache.org/jira/browse/AMQ-3481 - stomp deadlock
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1163940 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 08:28:47 +00:00
Timothy A. Bish
cf914d16af
apply patch for: https://issues.apache.org/jira/browse/AMQ-3482
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1163815 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 21:07:28 +00:00
Gary Tully
c6ed5ff237
https://issues.apache.org/jira/browse/AMQ-2868 - rework to remove sync on transaction completion, cursor updates are now stacked so that they ocurr in order, independent of thread execution after waiting for the journal to complete a write. This ensures that the cursors are updates in the same order as the index while still working wo the index lock. TransactedConsumerTest shows horizontal scaling now works better with transactions. Reworked metadata.lastUpdate to always work with the existing index lock rather than reaquire, this may help with spurious gc journal data file issue on windows - https://issues.apache.org/jira/browse/AMQ-3470
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1163613 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 13:07:57 +00:00
Gary Tully
33eb944e18
camel spring pool config, match concurrentConsumers to pool maxActive*num routes
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162743 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29 11:21:44 +00:00
Timothy A. Bish
17995e6fac
fix for: https://issues.apache.org/jira/browse/AMQ-3157
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162275 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 22:25:32 +00:00
Timothy A. Bish
82df23e4a4
fix for https://issues.apache.org/jira/browse/AMQ-3475
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162215 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 19:18:34 +00:00
Gary Tully
35384de3a7
second route is the way to use a second connection and let spring do the caching
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162175 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 17:15:46 +00:00
Bosanac Dejan
713dcaae56
https://issues.apache.org/jira/browse/AMQ-3401 - pluggable unresolved destination trnasformer
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162073 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 11:58:02 +00:00
Bosanac Dejan
4f50d25a22
https://issues.apache.org/jira/browse/AMQ-3474 - flush only if we have some non-persistent messages
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162063 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 11:12:36 +00:00
Gary Tully
86dc4d5c34
test to explore concurrent transacted consumption with camel and prefetch implications of pooling
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162061 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 11:04:14 +00:00
Gary Tully
d8d20f5621
allow early return if stopping, avoids some logging on shutdown
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1162059 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 10:50:29 +00:00
Timothy A. Bish
c54967d4fe
apply changes for https://issues.apache.org/jira/browse/AMQ-2961 updates some versions of dependencies and clean up the versions in the pom files so its easier to change in the future.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1161672 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 18:05:45 +00:00
Bosanac Dejan
ff9f2fe167
https://issues.apache.org/jira/browse/AMQ-3463 - upgrade maven-bundle-plugin
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1161619 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 16:03:09 +00:00
Timothy A. Bish
8acbf4ceb5
Fix for AMQ-3468. Updated to XStream v1.4.1
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1160923 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 23:10:41 +00:00
Timothy A. Bish
3efd4b0515
fix for: https://issues.apache.org/jira/browse/AMQ-3454
...
Use a read / write lock on the destination mutex as many of the access points are simply reads of the underlying maps or a quite copy to another Collection. The only time a write is done is during addDestination and removeDestination.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1160894 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 21:51:10 +00:00
Bosanac Dejan
d36f2610de
https://issues.apache.org/jira/browse/AMQ-3464 - xml view for subscribers in admin console
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1160737 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 15:11:43 +00:00
Gary Tully
d1e7d69fc1
https://issues.apache.org/jira/browse/AMQ-3466 : IndexOutOfBounds in kahadb with large number of subscriptions and pending messages. use long locations such that temp file appends do not overflow and ensure page file overflow does not leave oversized chunk, link pages till overflow fits in a page, + some additional tests
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1160681 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 13:34:09 +00:00
Bosanac Dejan
4b6648eba1
https://issues.apache.org/jira/browse/AMQ-3463 - osgi and maven metadata
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1160656 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 12:25:22 +00:00
Bosanac Dejan
4682d399ba
https://issues.apache.org/jira/browse/AMQ-3463 - osgi and maven metadata
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1160316 13f79535-47bb-0310-9956-ffa450edef68
2011-08-22 15:58:44 +00:00
Timothy A. Bish
5700d3004b
Update to latest slf4j on log4j now that pax logging supports it in its latest releases.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159917 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 21:36:34 +00:00
Timothy A. Bish
b9b67d0677
See if a bit more time allows the file based version of the test to receive, persist and then expire the messages on the slow build machine.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159875 13f79535-47bb-0310-9956-ffa450edef68
2011-08-20 13:41:02 +00:00
Gary Tully
cd7fb6974d
ensure xml brokers are shutdown at test end
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159818 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 23:40:42 +00:00
Gary Tully
8d5f07b9ca
disabled test that shows negative chunk offset in btree pagefile
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159697 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 17:21:01 +00:00
Gary Tully
383a7acb05
https://issues.apache.org/jira/browse/AMQ-3362 - revisit, place a limit on a browse such that the entire store is not recovered at once. Makes use of getMaxBrowsePageSize and getMaxExpirePageSize like the queue case, overhead is too large otherwise as durable sub test shows
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159662 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 15:34:31 +00:00
Gary Tully
32c06a0b1b
some more autofail support to tests that can block a run
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159581 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 10:30:41 +00:00
Bosanac Dejan
6994ecb5ac
https://issues.apache.org/jira/browse/AMQ-3374,https://issues.apache.org/jira/browse/AMQ-3443 - long kahadb tx, delayed tmp file removal
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159570 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 10:16:33 +00:00
Gary Tully
0d12055926
add autofail to yet another test that seems to stop the nightly build
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159294 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 16:13:34 +00:00
Gary Tully
039b646b4e
add autofail
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159168 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 11:14:49 +00:00
Gary Tully
c2179d15b7
use autofail
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159153 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 10:49:17 +00:00
Gary Tully
e23b8ea0a6
https://issues.apache.org/jira/browse/AMQ-3459 - fix up outofdate merge
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159149 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 10:41:12 +00:00
Gary Tully
12aeb272bd
don't let a hang stop the nightly build
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159142 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 10:25:18 +00:00
Bosanac Dejan
79c9f2d013
https://issues.apache.org/jira/browse/AMQ-3459 - inactive durable subscriber view selector
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159090 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 08:46:58 +00:00
Gary Tully
a1b8df5605
setAutoFail so we get a stack trace on a hang in nightly
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158822 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 16:47:22 +00:00
Gary Tully
477a78cdba
https://issues.apache.org/jira/browse/AMQ-3456 : Update activemq-admin usage to include info on how to change JMX access
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158745 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 14:39:20 +00:00
Timothy A. Bish
320d87cfce
Apply patch for: https://issues.apache.org/jira/browse/AMQ-3457
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158694 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 13:29:35 +00:00
Gary Tully
5daeb53cc4
https://issues.apache.org/jira/browse/AMQ-3455 : Broker may deadlock when creating queues under load with wildcard consumers - remove unnecessary class sync that results in lock order acquisition problem - related to https://issues.apache.org/jira/browse/AMQ-3197 sync on create. Additional test with concurrent producers/consumers on wildcards reproduces
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158591 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 09:25:45 +00:00
Timothy A. Bish
f1f6894ed7
Test case to show that https://issues.apache.org/jira/browse/AMQ-3405 is not a bug.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158471 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 23:20:08 +00:00
Timothy A. Bish
f1486c650d
Applied a patch from: https://issues.apache.org/jira/browse/AMQ-3260
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158333 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 15:51:48 +00:00
Timothy A. Bish
7557f0cfa5
apply patch for: https://issues.apache.org/jira/browse/AMQ-1540
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158044 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 22:30:39 +00:00
Timothy A. Bish
e917f46656
Applied a patch from: https://issues.apache.org/jira/browse/AMQ-3260
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1158031 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 22:12:30 +00:00
Timothy A. Bish
a6f1d756ef
fix for: https://issues.apache.org/jira/browse/AMQ-1942
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1157433 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 22:28:42 +00:00
Timothy A. Bish
0885c60c4d
fix for: https://issues.apache.org/jira/browse/AMQ-3449
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1157238 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 20:29:29 +00:00
Gary Tully
9026274532
show the store location for a DB toString
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1157118 13f79535-47bb-0310-9956-ffa450edef68
2011-08-12 14:20:51 +00:00
Timothy A. Bish
0e7d5a9523
https://issues.apache.org/jira/browse/AMQ-2411
...
remove some of the dependencies on port 61616 in current tests.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1156835 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 21:17:24 +00:00
Timothy A. Bish
b4b39509a9
apply patch for: https://issues.apache.org/jira/browse/AMQ-2845
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1156748 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 19:14:50 +00:00
Timothy A. Bish
7a46a1c368
https://issues.apache.org/jira/browse/AMQ-2411
...
remove some of the dependencies on port 61616 in current tests.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1156397 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 23:00:13 +00:00
Timothy A. Bish
a05c249800
fix for: https://issues.apache.org/jira/browse/AMQ-2430
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1156392 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 22:32:22 +00:00
Gary Tully
caca105072
https://issues.apache.org/jira/browse/AMQ-3442 : Use real durable sub key as MBean name for inactive durable sub and improve metrics, fix inflight count on deactivate. resolved.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1155437 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 17:09:49 +00:00
Timothy A. Bish
fd6be7f340
Give this test more time to meet its criteria
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1155385 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 14:33:28 +00:00