Commit Graph

4154 Commits

Author SHA1 Message Date
Bosanac Dejan 0cdda142d7 https://issues.apache.org/activemq/browse/AMQ-1112 - returning to the default wait timout
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@812039 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 08:48:57 +00:00
Bosanac Dejan 5510065ef1 https://issues.apache.org/activemq/browse/AMQ-1112 - optimizeDispatch makes this test hang, commented it out for the moment, but should be investigated further
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@812038 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 08:43:31 +00:00
Robert Davies c459784012 Fix for https://issues.apache.org/activemq/browse/AMQ-2356
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811425 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 14:25:18 +00:00
Gary Tully b0e3570652 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 close to complete before restarting
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811371 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 12:47:00 +00:00
Bosanac Dejan f0a6c69d70 make camel webapp behave nicely in secured broker environment
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811364 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 12:30:47 +00:00
Robert Davies db5cbc16ae explicitly set flow control
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811341 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 11:12:02 +00:00
Robert Davies dd9c10dfde Disable flow control by default in the PolicyEntry - for https://issues.apache.org/activemq/browse/AMQ-2318
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811291 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 08:54:44 +00:00
Robert Davies 1e7881f5ca Fix for https://issues.apache.org/activemq/browse/AMQ-2374
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811262 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 08:19:43 +00:00
Bruce Snyder 87589d787f AMQ-1972 - Fix for leaking connections
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811069 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 18:28:41 +00:00
Gary Tully 8f9ecf0aaa delete seems to be missing from one test that fails intermittently, adding it in
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811019 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 16:43:08 +00:00
Gary Tully bf32e4f7da giving this test a little more time as it may be exposing a threading issue with a blocked reconnect
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811017 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 16:30:50 +00:00
Gary Tully d88004fe5d resolve https://issues.apache.org/activemq/browse/AMQ-2346 - TransactionContext XA state needs to be static to be shared across XAResource views
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811003 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 15:54:53 +00:00
Gary Tully 26eb49f259 update to camel 2.0.0 and spring 2.5.6 to match camel, https://issues.apache.org/activemq/browse/AMQ-2370
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@810644 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02 18:18:08 +00:00
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