Commit Graph

96 Commits

Author SHA1 Message Date
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
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
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 ee4c8eeaba resolve https://issues.apache.org/activemq/browse/AMQ-2764 - add inactivity monitor to http transport, enabled by default with 30 second default idle timeout, configure via transport url params as there is no negeotion via wire format info over http. Now a duplex return connection can expire when there is no inactivity. Also processed shutdown so in the normal case a duplex connector can be disposed when the remote broker stops, the inactivity monitor deal with the abortive closure case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@990107 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 11:34:04 +00:00
Bosanac Dejan 784b93df4d https://issues.apache.org/activemq/browse/AMQ-2598 - URISupport.parseParameters() now supports composite urls
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@984826 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 15:16:47 +00:00
Bosanac Dejan 9e32de2812 adding license headers
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@984057 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 14:42:06 +00:00
Bosanac Dejan 2b9c59c283 https://issues.apache.org/activemq/browse/AMQ-2728 - MessageServlet refactoring
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@943146 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11 15:37:44 +00:00
Bosanac Dejan 684f5dfef1 https://issues.apache.org/activemq/browse/AMQ-2684 - encoding for web sockets and stomp
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@931047 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 08:19:18 +00:00
Gary Tully a21226c222 have more tests wait for the jetty listener - intermittent failures in hudson
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@918553 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03 16:31:27 +00:00
Bosanac Dejan 0771df3b72 https://issues.apache.org/activemq/browse/AMQ-2617 - initial ws transport implementation
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@911492 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18 17:00:46 +00:00
Bosanac Dejan e8a06c43bb https://issues.apache.org/activemq/browse/AMQ-2600 - jetty 7 initial commit - web console working, need more work on enabling other apps
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@908136 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09 18:07:38 +00:00
Robert Davies 568ab1ebe6 Apply fix for https://issues.apache.org/activemq/browse/AMQ-1308
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@906049 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03 14:03:42 +00:00
Gary Tully 87cc36a359 validate jetty availabilty via socket connect to take out the guess work on loaded machines - avoid connection refused intermittent failures
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@904005 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28 09:09:00 +00:00
Gary Tully 6e5c9340c7 give jetty https more time to shutdown
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@896401 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 11:35:49 +00:00
Gary Tully 97e0fccdae resolve https://issues.apache.org/activemq/browse/AMQ-2523 - have Usage use a shared executor with a limited pool of 10 threads and an unbounded queue. Fix potential dropped dispatch attempts when messages waiting for space fail due to memory again being full, can result is hung consumer. In this case, a new notification for not full needs to be registered. Added relevant test case.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@895975 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 10:29:19 +00:00
Hiram R. Chirino 8978ac0772 Fix for AMQ-2511: Inactivity monitor does not time out stale connections.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@884267 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 20:56:28 +00:00
Gary Tully fb7d8d82d6 resolve hudson intermittent failure, jetty acceptor uses a thread pool such that it does not accept immediatly, a wait or yield is needed before connecting to ensure the listener is active, extending this wait to 1second from the .5 second and adding a yield just in case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@834830 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11 10:14:04 +00:00
Gary Tully 763ef103d8 apply patch for https://issues.apache.org/activemq/browse/AMQ-2472 with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@831827 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 09:02:38 +00:00
Hiram R. Chirino a0af351520 AMQ-2408 and AMQ-2407
- adding new tool to manually inspect/audit the amqPersistenceAdapter's journal files.
 - adding new HTTP based discovery agent



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@818209 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23 19:06:58 +00:00
Bosanac Dejan 5ab78c1234 fix for https://issues.apache.org/activemq/browse/AMQ-1499 - oxm message transformer
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@814586 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14 11:34:34 +00:00
Gary Tully d12c087a54 give jetty more time when ssl is involved - hudson shows intermittent failure
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@799376 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30 17:19:50 +00:00
Bosanac Dejan 7310949981 fix for https://issues.apache.org/activemq/browse/AMQ-2238 - http transport spring test and improvements
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@775206 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15 15:59:08 +00:00
Bosanac Dejan 09bae42a83 partial fix for https://issues.apache.org/activemq/browse/AMQ-2238 - http transport improvements
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@774421 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 16:43:31 +00:00
Bosanac Dejan d62860f98c activemq-optional - http transport - fixing problem with JMX connection name conflicts
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@769379 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 12:49:50 +00:00
Bosanac Dejan be4d64b18c Cleaning up activemq-optional module. Prepare for including all tests.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@769332 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 11:04:23 +00:00
Bosanac Dejan 60d6c36ff2 additional fix for https://issues.apache.org/activemq/browse/AMQ-2088
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@742888 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 08:37:12 +00:00
Bosanac Dejan 8242a3f58c fix for https://issues.apache.org/activemq/browse/AMQ-1494
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@729844 13f79535-47bb-0310-9956-ffa450edef68
2008-12-29 09:20:09 +00:00
Gary Tully 14a98e7958 apply patch from AMQ-1098
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@728687 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 13:32:55 +00:00
Hiram R. Chirino e54a1261d5 Fix for https://issues.apache.org/activemq/browse/AMQ-1098
Use of https transport throws ClassCastException


git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@651320 13f79535-47bb-0310-9956-ffa450edef68
2008-04-24 17:42:37 +00:00
Hiram R. Chirino 622df54235 Missed this file with my last commit
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649216 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 18:29:46 +00:00
Hiram R. Chirino af27811a75 Merged in the rest of djencks's release changes from the 4.1 branch
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@645991 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 16:28:08 +00:00
Hiram R. Chirino c1e560e7ef Added some property accessors
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@633903 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 16:14:39 +00:00
James Strachan b16d55f79a Lowered the logging level of empty messages returned. For background see : http://www.nabble.com/HTTP-%3A-Received-null-command-tp14997476s2354p14997476.html
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@613889 13f79535-47bb-0310-9956-ffa450edef68
2008-01-21 13:48:01 +00:00
Hiram R. Chirino c4d8d86715 Applying https://issues.apache.org/activemq/browse/AMQ-1361
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@612661 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 00:48:02 +00:00
Hiram R. Chirino 19f9722445 Rolled back HttpTransportFactory to fix compile issue
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@580495 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 22:00:03 +00:00
Hiram R. Chirino e21587fb9e Added the ASL to a bunch of property files.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@580013 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 13:35:43 +00:00
Hiram R. Chirino 00895cecc1 ActiveMQ is out of the incubator.. no need for DISCLAIMER.txt anymore
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@577759 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 14:13:23 +00:00
Robert Davies 13a9200e3e Applied patch from http://issues.apache.org/activemq/browse/AMQ-1361
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@565382 13f79535-47bb-0310-9956-ffa450edef68
2007-08-13 15:44:51 +00:00
Hiram R. Chirino 540dd5c987 Last set of checkstyle violation fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@565003 13f79535-47bb-0310-9956-ffa450edef68
2007-08-12 05:27:21 +00:00
Hiram R. Chirino 5f1adbe898 More checkstyle fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564977 13f79535-47bb-0310-9956-ffa450edef68
2007-08-11 21:29:21 +00:00
Hiram R. Chirino 933eb2f9e4 More checkstyle fixes and Generics usage.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564814 13f79535-47bb-0310-9956-ffa450edef68
2007-08-11 00:49:19 +00:00
Hiram R. Chirino ecf89a60bf More checkstyle violation fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564679 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 16:57:01 +00:00
Hiram R. Chirino fc00993839 More checkstyle violation fixes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564271 13f79535-47bb-0310-9956-ffa450edef68
2007-08-09 16:37:49 +00:00
Adrian T. Co d2fe512fa4 Added an adaptive message transformation. More details here: https://issues.apache.org/activemq/browse/AMQ-1208
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@548562 13f79535-47bb-0310-9956-ffa450edef68
2007-06-19 02:33:23 +00:00
Adrian T. Co 34a8028770 Patch applied for: https://issues.apache.org/activemq/browse/AMQ-1208
Test case added

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@548300 13f79535-47bb-0310-9956-ffa450edef68
2007-06-18 10:48:41 +00:00
Hiram R. Chirino fa2d43f379 Added licence headers.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@515937 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 06:19:47 +00:00
Hiram R. Chirino ebfe94e077 Organized imports
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@515936 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 06:18:51 +00:00
James Strachan 63b2d6837d added patch for AMQ-1099
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511939 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 18:16:06 +00:00
Hiram R. Chirino 86cbdfd5db Switching to Java 5.. Build and Runtime now require Java 5 see: http://www.nabble.com/Switching-to-ActiveMQ-4.2-to-Java-5----tf2637427.html
- Update maven build
- Removed dependency on concurrent-backport



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475999 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 00:29:03 +00:00
James Strachan 86faaef7c9 Fix for AMQ-1053. Added support for pluggable message transformation together with an implementation using XStream to marshall ObjectMessage instances as TextMessages. See the XStreamTransformTest to see how a producer can send ObjectMessages but then consumers can see either ObjectMessages or TextMessages depending on their requirements.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475701 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 12:08:22 +00:00