Bosanac Dejan
|
3a2d93958d
|
https://issues.apache.org/activemq/browse/AMQ-2973 - removing composite subscription
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021768 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-12 13:29:37 +00:00 |
Gary Tully
|
1e900b300a
|
a little more debug info on file gc, https://issues.apache.org/activemq/browse/AMQ-2955
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021747 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-12 11:32:53 +00:00 |
Gary Tully
|
7e8d90eb5d
|
allow ref to default xml config from wiki snippet, got lost in the tidying up of the config
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021484 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-11 19:49:21 +00:00 |
Gary Tully
|
a5135f175d
|
don't emit messages by default, only when explicitly configured as there are a dev debug aid, there are no simple handles exposed to effect the runtime values: https://issues.apache.org/activemq/browse/AMQ-2837
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021478 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-11 19:31:07 +00:00 |
Gary Tully
|
c1da3ac3bd
|
resolve https://issues.apache.org/activemq/browse/AMQ-2103 and https://issues.apache.org/activemq/browse/AMQ-2966, implement fix for 2103 using boolean policy for queues named reduceMemoryFootprint, when set, after a message is persisted, the internal state is cleared. This works at a natural sync point in the broker and avoids contention. The contention to marshall with the original patch results in AMQ-2966
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021466 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-11 19:06:02 +00:00 |
Bosanac Dejan
|
17851fac05
|
https://issues.apache.org/activemq/browse/AMQ-2970 - advisory and jmx create/delete destination
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021425 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-11 16:50:12 +00:00 |
Bosanac Dejan
|
0d47fea17c
|
improvement on the composite queue spring listener test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021328 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-11 12:49:42 +00:00 |
Gary Tully
|
b625db2462
|
revert test mod from https://issues.apache.org/activemq/browse/AMQ-2103 - resolution to: https://issues.apache.org/activemq/browse/AMQ-2966
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005871 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-08 15:56:45 +00:00 |
Gary Tully
|
92b3ae2cd0
|
disable schedualler by default: resolve: https://issues.apache.org/activemq/browse/AMQ-2967, https://issues.apache.org/activemq/browse/AMQ-2959
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005858 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-08 15:22:57 +00:00 |
Gary Tully
|
dd68c61e65
|
resolve https://issues.apache.org/activemq/browse/AMQ-2736, logic issue in code that keeps data files with acks around pending message file gc. thanks jgenender - test case to follow
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005806 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-08 12:28:42 +00:00 |
Bosanac Dejan
|
8e83b7f123
|
https://issues.apache.org/activemq/browse/AMQ-2950 - additional fix to support parallel transactions
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005794 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-08 12:08:32 +00:00 |
Gary Tully
|
8e70e010a0
|
resolve: https://issues.apache.org/activemq/browse/AMQ-2966 - related to fix for: https://issues.apache.org/activemq/browse/AMQ-2103, test via camel component - simple forwarder using vm transport
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005773 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-08 11:00:26 +00:00 |
Gary Tully
|
fb6c2da31d
|
resolve failing test in hudson, dangling broker prevents restart
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005409 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-07 11:02:35 +00:00 |
Gary Tully
|
c4911bda04
|
resolve https://issues.apache.org/activemq/browse/AMQ-2902 - ensure there is no exception on graceful close of vm transport, also have stack trace for transport exceptions at debug level, just toString at info level, test included, thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005094 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-06 15:58:26 +00:00 |
Bosanac Dejan
|
90c597eda6
|
https://issues.apache.org/activemq/browse/AMQ-2764 - additional patch that makes transport options persist conntecotr restart
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005033 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-06 13:42:05 +00:00 |
Bosanac Dejan
|
06d6e08f48
|
https://issues.apache.org/activemq/browse/AMQ-2954 - test scheduling after restart
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1004640 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-05 13:51:55 +00:00 |
Bosanac Dejan
|
72b8572303
|
spring message listener container tests
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1004616 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-05 11:38:22 +00:00 |
Gary Tully
|
04b2690628
|
add limit to the log message on temp store full
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1004603 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-05 10:26:14 +00:00 |
Gary Tully
|
c94b4075e9
|
resolve issue with page file recovery replaying write buffer at wrong offest, also have schedualler flush writes on new store creation, issue visible with unclean shutdown - https://issues.apache.org/activemq/browse/AMQ-2935
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1004600 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-05 10:15:32 +00:00 |
Timothy A. Bish
|
667f26a155
|
fix for: https://issues.apache.org/activemq/browse/AMQ-2941
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1004411 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-04 20:35:18 +00:00 |
Timothy A. Bish
|
5f490541f4
|
Fixing a race between the session being closed and the call to commit in the async handler that caused some exceptions occasionally in the test run.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1003908 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-02 22:23:55 +00:00 |
Bosanac Dejan
|
227ed96df0
|
https://issues.apache.org/activemq/browse/AMQ-2952 - message groups with small prefetch
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1003096 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-30 15:07:55 +00:00 |
Bosanac Dejan
|
c0daffa381
|
https://issues.apache.org/activemq/browse/AMQ-2950 - xa transaction rollback on connection close
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1002604 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-29 13:10:52 +00:00 |
Bosanac Dejan
|
d28be4dfb4
|
https://issues.apache.org/activemq/browse/AMQ-2885 - upgrading aries and karaf
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1001699 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-27 12:14:59 +00:00 |
Bosanac Dejan
|
f2733a26ec
|
https://issues.apache.org/activemq/browse/AMQ-2938 - jasypt for karaf feature
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1000891 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-24 14:49:05 +00:00 |
Timothy A. Bish
|
54bce47a81
|
fix for: https://issues.apache.org/activemq/browse/AMQ-2932
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1000651 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-23 22:24:36 +00:00 |
Timothy A. Bish
|
0ff144f7f4
|
fix for: https://issues.apache.org/activemq/browse/AMQ-2942
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1000617 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-23 20:47:03 +00:00 |
Bosanac Dejan
|
996b7a53a3
|
https://issues.apache.org/activemq/browse/AMQ-2927 - support for configuring custom broker id
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@999924 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 13:04:59 +00:00 |
Bosanac Dejan
|
9041c3fc78
|
https://issues.apache.org/activemq/browse/AMQ-2927 - test case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@999816 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 08:50:54 +00:00 |
Bosanac Dejan
|
acb8164bc6
|
https://issues.apache.org/activemq/browse/AMQ-2927 - test case in the making
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@999814 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 08:50:24 +00:00 |
Bosanac Dejan
|
f7abc1fd1e
|
https://issues.apache.org/activemq/browse/AMQ-2925 - PooledConnection.getConnection()
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998963 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-20 15:52:34 +00:00 |
Hadrian Zbarcea
|
9aced62c4c
|
update activemq-version post release
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998398 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-18 04:46:34 +00:00 |
Hadrian Zbarcea
|
4802804da3
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998393 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-18 02:24:50 +00:00 |
Hadrian Zbarcea
|
037b306ca6
|
[maven-release-plugin] prepare release activemq-5.4.1
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998391 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-18 02:24:21 +00:00 |
Hadrian Zbarcea
|
19e8203299
|
refined rat exclusions
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998389 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-18 01:42:32 +00:00 |
Hadrian Zbarcea
|
1b3d4f805a
|
refined rat exclusions
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998388 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-18 01:34:26 +00:00 |
Hadrian Zbarcea
|
a368127517
|
Update rat plugin configuration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998376 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-18 00:35:58 +00:00 |
Gary Tully
|
0cd916e2a2
|
ensure no premature abort of connection due to check timeout imbalance: https://issues.apache.org/activemq/browse/AMQ-2764
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998172 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-17 15:14:23 +00:00 |
Gary Tully
|
ba78db89a3
|
test that did not stop broker in teardown, schedualer db lock on startup shows it: https://issues.apache.org/activemq/browse/AMQ-2897
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@998015 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-17 08:29:08 +00:00 |
Gary Tully
|
cf7a935b06
|
resolve https://issues.apache.org/activemq/browse/AMQ-2910 - fix and test, index on temp plist store was not being protected
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997849 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-16 17:09:22 +00:00 |
Bosanac Dejan
|
bc2a7f1ae0
|
https://issues.apache.org/activemq/browse/AMQ-2874 - ajax selectors
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997779 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-16 15:05:32 +00:00 |
Gary Tully
|
f9379664f7
|
propagate the closeTimeout attribute to a new connection
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997719 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-16 12:32:54 +00:00 |
Gary Tully
|
f0de24c8e3
|
explicitly set redelivery policy to ensure no default 1 sec delay, speed up test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997647 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-16 09:08:15 +00:00 |
Gary Tully
|
dc5ebcd51c
|
speed up test, redelivery delay of 1sec for 200 messages * 6 * 3, should be 0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997645 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-16 09:02:09 +00:00 |
Gary Tully
|
cb519da097
|
test that did not stop broker in teardown, schedualler on startup shows it up: https://issues.apache.org/activemq/browse/AMQ-2897
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997412 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-15 17:38:25 +00:00 |
Bosanac Dejan
|
a0b017611b
|
https://issues.apache.org/activemq/browse/AMQ-2919 - Deflater.end() should be called from ActiveMQBytesMessage
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997290 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-15 11:38:27 +00:00 |
Gary Tully
|
5bf3696c81
|
resolve another hanging test, broker not stopped on teardown: https://issues.apache.org/activemq/browse/AMQ-2897
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997250 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-15 10:07:37 +00:00 |
Gary Tully
|
487834164c
|
resolve another hanging test, broker names need to be added to differenciat sehadualler stores: https://issues.apache.org/activemq/browse/AMQ-2897
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@997225 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-15 08:26:27 +00:00 |
Gary Tully
|
f2816deb1c
|
fix hanging test that did not stop broker in shutdown, schedualler on startup shows it up: https://issues.apache.org/activemq/browse/AMQ-2897
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996962 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-14 15:52:55 +00:00 |
Bosanac Dejan
|
3c734ce7b5
|
https://issues.apache.org/activemq/browse/AMQ-1933 - unsubscribing REST consumers
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996911 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-14 14:21:17 +00:00 |