Bosanac Dejan
04d27a7d2d
fix for https://issues.apache.org/activemq/browse/AMQ-2275 - activemq-admin attaching to local process
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@810588 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 16:14:19 +00:00
Robert Davies
a0426cbd5c
updated how retroactive tests get destination name - so will actually test the SubscriptionPolicy
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@810417 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 08:48:24 +00:00
Robert Davies
34b123ebb6
use a CopyOnWriteSet instead of a Map - to reduce memory footprint
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@810062 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 14:05:27 +00:00
Gary Tully
5221cd349d
add some trace
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@809940 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 09:44:34 +00:00
Robert Davies
612437c155
Fix for https://issues.apache.org/activemq/browse/AMQ-2364
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@809395 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 18:21:50 +00:00
Gary Tully
5d42b72218
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 to be sent before closing the transport, this will alleviate the InvalidClientIDException. bridges are now only remembered after they start which alleviates the retry problem with a failed bridge remaining, added test that exercises the code but which does not demonstrate the behavour on a dual core
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@808890 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 14:16:29 +00:00
Gary Tully
868965997c
resolve https://issues.apache.org/activemq/browse/AMQ-2366 - new File needed on each lock attempt or master restart will see old lock history
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@808378 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 11:46:21 +00:00
Gary Tully
589f9241fe
resolve fd leak in locking logic, cause slave to exhaust fds and fail
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@808041 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 15:09:02 +00:00
Gary Tully
30db300a1a
add new policyEntry attributed to schema for : https://issues.apache.org/activemq/browse/AMQ-1112
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@807969 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 11:51:18 +00:00
Bosanac Dejan
7091405c19
https://issues.apache.org/activemq/browse/AMQ-1744 - adding commons-net in the lib/optional distribution folder
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@806151 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 12:56:21 +00:00
Bosanac Dejan
d295d21a13
https://issues.apache.org/activemq/browse/AMQ-2183 - minor test modification to prevent intermittent failures
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@806108 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 10:21:14 +00:00
Bosanac Dejan
ea44017640
fix for https://issues.apache.org/activemq/browse/AMQ-2359 - staticallyIncludedDestinations and duplicate messages
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@806107 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 10:17:05 +00:00
Bosanac Dejan
7d5131eaca
fix for https://issues.apache.org/activemq/browse/AMQ-2360 - destination filters and destination types
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@806105 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 10:13:38 +00:00
David Jencks
490dcf9bd2
AMQ-2346 test demonstrating problem (set to not run)
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805881 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:08:48 +00:00
Robert Davies
317c438825
Apply patch for http://issues.apache.org/activemq/browse/AMQ-1998
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805873 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 16:38:45 +00:00
Hiram R. Chirino
76d3b4665c
- Journal will now check the data files for data corruption if checkForCorruptionOnStartup option is enabled.
...
- The corrupted journal records can be inspected via DataFile.getCorruptedBlocks()
- An OR and AND BTreeVisitor is now supported to support running more complex queries against the BTree
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805550 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 19:44:22 +00:00
Bosanac Dejan
0a95b7e309
fix for https://issues.apache.org/activemq/browse/AMQ-2302 - enqueue/dequeue count for connections
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805396 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 12:49:44 +00:00
Gary Tully
39e63c0051
apply parameters from discoveryURI to subsequent network connections so that options like inactivityTimeout can be configured on all discovered uris
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805361 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 11:13:08 +00:00
Bosanac Dejan
068f85bce9
fix for https://issues.apache.org/activemq/browse/AMQ-2357 - docbx plugin
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@805327 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 09:03:20 +00:00
Bosanac Dejan
b0f24f34d0
additional fix for https://issues.apache.org/activemq/browse/AMQ-1807 - fixing test case and making it work
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@804943 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 11:43:34 +00:00
Bosanac Dejan
a15e6efabd
https://issues.apache.org/activemq/browse/AMQ-1807 - aborting transaction test revisited + solution
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@804192 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 12:29:58 +00:00
Bosanac Dejan
c2205356ff
https://issues.apache.org/activemq/browse/AMQ-1095 - improved test case configuration
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@804137 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 09:25:00 +00:00
Gary Tully
dbcb7e41a9
allow journalMaxFileLength config to take xGb or ymb string notation and truncate to int to remain within limits of kahadb page
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@804124 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 08:28:07 +00:00
Bosanac Dejan
a5ac040531
improvement for https://issues.apache.org/activemq/browse/AMQ-1936 - improve vm transport stopping performances
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803907 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 14:47:48 +00:00
Bosanac Dejan
453860fb47
excluding GroupStateTest as it fails on Hudson
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803806 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 08:29:15 +00:00
Bosanac Dejan
813d590c8c
http://issues.apache.org/activemq/browse/AMQ-1936 - waiting for 20 mins for all messages to arrive is not good in CI environments
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803554 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 15:19:57 +00:00
Bosanac Dejan
d183e3a7c1
fix for intermittent failure of org.apache.activegroups.GroupStateTest.testExpire test
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803465 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 12:03:17 +00:00
David Jencks
bc72c54a65
minor cosmetic cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803257 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 19:37:45 +00:00
Bosanac Dejan
c0ba767a88
https://issues.apache.org/activemq/browse/AMQ-1473 - adding example for log4j jms appender
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803078 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 11:57:00 +00:00
Gary Tully
ae0e687ac0
fix ref to reflect maxFilelength an integer
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802783 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10 13:18:02 +00:00
Gary Tully
c42d980db8
revert change of max file size to long as it will impact index size and 2gb is a reasonable max atm
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802781 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10 13:13:33 +00:00
Gary Tully
747a2383f4
reflect preferredSize change to long
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802766 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10 12:41:36 +00:00
Gary Tully
880f3d6811
file size limit should be a long
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802709 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10 09:51:08 +00:00
Gary Tully
1d4d0e4679
expose new options - https://issues.apache.org/activemq/browse/AMQ-2338
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802109 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 18:01:31 +00:00
Gary Tully
687944284d
make keepAliveResponseRequired optional in the inactivity monitor - https://issues.apache.org/activemq/browse/AMQ-2351
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802086 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 16:49:07 +00:00
Gary Tully
6b283abdd0
resolve https://issues.apache.org/activemq/browse/AMQ-2350 - amq may not have exclusive access to the propertyEditorManager
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801989 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 13:16:56 +00:00
Bosanac Dejan
1a6279e170
fix for https://issues.apache.org/activemq/browse/AMQ-2280 - stomp transactions and multiple destinations
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801916 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 09:18:23 +00:00
Robert Davies
c866f88d23
Added some helper methods so clients can use Advisories without needing to use too much ActiveMQ specifics (other than this class)
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801779 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 19:14:47 +00:00
Bosanac Dejan
d604723d8f
applying patch for https://issues.apache.org/activemq/browse/AMQ-2275
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801647 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 13:47:18 +00:00
Bosanac Dejan
52f48db0d9
fix for https://issues.apache.org/activemq/browse/AMQ-1886 - jdbc adapter without journal + test case
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801612 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 11:46:35 +00:00
Gary Tully
e183a824d3
apply patch from https://issues.apache.org/activemq/browse/AMQ-2348 - update to camel-2.0-M3 - with thanks
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801559 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 09:25:41 +00:00
Bosanac Dejan
8c4ded486e
fix blob tests to work with embedded ftp server
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801551 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 09:12:10 +00:00
Robert Davies
72a047f338
tidied up a little
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801515 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 06:15:52 +00:00
Robert Davies
5a80d5a6c0
added activemq-groups
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801514 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 06:14:57 +00:00
Gary Tully
afd706f11d
insert that test dependency I just mentioned
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801314 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 17:16:06 +00:00
Gary Tully
200f06bbff
enable ftpblob test - pull in test dependency on apache ftpserver
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801312 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 17:14:17 +00:00
Bosanac Dejan
c6c91252e5
improved test case for for https://issues.apache.org/activemq/browse/AMQ-1807 - stomp dispatching
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801243 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 14:46:25 +00:00
Bosanac Dejan
ea1082899a
returning xstream factory bean (a bit modified), mistekanly deleted yesterday
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801197 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 12:50:04 +00:00
Robert Davies
dab69242d5
Fix for https://issues.apache.org/activemq/browse/AMQ-2328
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801075 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 06:35:56 +00:00
Bosanac Dejan
0479a4eddb
fixing deprecated methods usage and other compiling warnings
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@800776 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 13:36:39 +00:00