Commit Graph

937 Commits

Author SHA1 Message Date
Hiram R. Chirino 2d82776503 Validated against http://www.w3.org/RDF/Validator/
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389210 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 17:53:33 +00:00
Hiram R. Chirino af9ee40075 Creating a project doap file so we can be included at http://projects.apache.org/index.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389208 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 17:46:11 +00:00
Hiram R. Chirino 3d43a18e2a Moved to the org.apache.activemq package and updated copyright headers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389180 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 16:02:48 +00:00
James Strachan 4ba19cad18 minor refactor to share code
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389021 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:53:51 +00:00
James Strachan 5bed19f1c5 tidied up some cruft
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389020 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:37:11 +00:00
James Strachan 694120cd29 made the destination map easier to navigate
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389019 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:33:40 +00:00
James Strachan d84e0521ea added a visualisation plugin to render the current queue and topic hierarchies graphically
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389018 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 04:33:08 +00:00
Hiram R. Chirino 90bab0fcf4 Fix for
https://issues.apache.org/activemq/browse/AMQ-661

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389007 13f79535-47bb-0310-9956-ffa450edef68
2006-03-27 02:21:17 +00:00
Hiram R. Chirino 1baf9f10f9 make top level default goal call sub project default goal.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388983 13f79535-47bb-0310-9956-ffa450edef68
2006-03-26 23:08:12 +00:00
Robert Davies a9c49a7f16 Fix for http://jira.activemq.org/jira/browse/AMQ-487
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388714 13f79535-47bb-0310-9956-ffa450edef68
2006-03-25 06:55:33 +00:00
Hiram R. Chirino f451ad04bf - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using.
- the m2 build now uses the same groupId that our m1 activemq build is using.  I know it's not the m2 way to name groups, we I'm willing to live with this until we are out of the incubator and using m2 to do builds by default.
- Ported activemq to use activeio 3.0-SNAPSHOT from activeio 2.1, since the 3.x stuff is in a new package space, it should not conflict with previous version (for example the version used in Geronimo).



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388677 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 23:41:23 +00:00
Gregory John Wilkins 4b3fde716a latest jetty release
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388498 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 12:13:57 +00:00
Darwin G. Flores 9e10f163ce modified maven.xml to ignore test failures in continuum
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388475 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 09:38:40 +00:00
Hiram R. Chirino 72f1594b39 Added a way to get the socket address that a transport server is accepting connection on. Needed by gbean modules.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388208 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 16:49:46 +00:00
Hiram R. Chirino 0e0ecf3cf6 Moving the Geronimo gbean integration modules out of the sandbox now that they compile.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388207 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 16:46:16 +00:00
Hiram R. Chirino 9e204dcb75 added to svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388206 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 16:42:32 +00:00
Hiram R. Chirino 5026a89b88 It Compiles!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388205 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 16:40:24 +00:00
Hiram R. Chirino 3a6063c923 It Compiles!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388204 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 16:39:44 +00:00
Hiram R. Chirino 26bb18ba8c Added a way to get the socket address that a transport server is accepting connection on. Needed by gbean modules.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388202 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 16:37:45 +00:00
Hiram R. Chirino d36c1fd2cc Updating project layout so that it's in m2 format
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388193 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 15:44:28 +00:00
Hiram R. Chirino 87d8e01e01 Moving stuff around so that it's in m2 layout
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388191 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 15:30:40 +00:00
Hiram R. Chirino 5bd451b91c removed unused property.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388190 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 15:23:28 +00:00
James Strachan 75bffcb008 applied patch from John Sissons
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388176 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 14:15:51 +00:00
Hiram R. Chirino 61fef743e8 If multiple concurrent threads were creating vm://localhost connection, it was possible multiple "localhost" broker would be started.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388082 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 07:24:28 +00:00
Hiram R. Chirino 47f2bb7cc2 Avoid starting a persistence adapter if the broker is stop()ed before once has been created.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388081 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 07:23:33 +00:00
Hiram R. Chirino 6412d6526a Avoid NPE
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388079 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 07:22:21 +00:00
Hiram R. Chirino 4ae3b9b2ba Updated to show where the lists are archived at.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@388016 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 03:53:29 +00:00
Hiram R. Chirino ea7dd79062 Li, Fan <fanli@amazon.com> reported to the mailing list that the connector id was not being incremented.
fixed.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387930 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 20:25:45 +00:00
Hiram R. Chirino e94ba16710 Updated m2 build to use latest geronimo spec jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387924 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 19:52:39 +00:00
Hiram R. Chirino 4c96523c6a adding a log debugging statement so that if table creation fails we have some hopes of seeing what the statement looked like that failed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387908 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 18:22:30 +00:00
Hiram R. Chirino 3a6dc9ddf3 fix for http://jira.activemq.org/jira//browse/AMQ-654
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387893 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 17:19:27 +00:00
Hiram R. Chirino 5720238ca5 Applied http://jira.activemq.org/jira/browse/AMQ-653
Thanks John!



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387874 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 15:29:59 +00:00
Hiram R. Chirino 14763b4f20 Reved up to the latest version of the geronimo spec jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387873 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 15:27:50 +00:00
Hiram R. Chirino aecbd1c3f2 did a bunch of svn propset svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387665 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 23:20:55 +00:00
Hiram R. Chirino 261b455078 these tests were failing on windows where File.delete fails if the file is still open.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387663 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 23:14:22 +00:00
Hiram R. Chirino 8866e28fbc Added to the svn:ignore list
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387634 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 21:46:52 +00:00
Hiram R. Chirino a255628557 clear the list after the sleep so that any left over messages are drained.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387632 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 21:44:15 +00:00
Hiram R. Chirino 12cea50f15 removed debugging println
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387609 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 19:59:21 +00:00
Robert Davies 739d12ac20 bad commit - removing files
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387592 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 18:04:05 +00:00
Robert Davies d56eda03db dumping first cut of kaha in SVN
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387586 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 17:21:33 +00:00
Robert Davies 8697cc71b8 dumping first cut of kaha in SVN
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387585 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 17:20:33 +00:00
Hiram R. Chirino bc4efeac5d Disabling the HTTP tests for now since they doing reliably pass for me
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387571 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:17:11 +00:00
Hiram R. Chirino 94e8cf4922 no need to configure the maxInactivityDuration since it is controlled using a WireFormatInfo.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387570 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:16:23 +00:00
Hiram R. Chirino ef0c0e1f87 http://jira.activemq.org/jira/browse/AMQ-643
The maxInactivityDuration is now negociated using the WireFormatInfo.  This makes it easier to configure connections since client and server configs do not HAVE to match up excactly.


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387566 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:12:31 +00:00
Hiram R. Chirino a5ee130bea Allow previous messages to drain before doing the real test. (makes the test more reliable)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387563 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:09:33 +00:00
Hiram R. Chirino 4757b273d1 removed the preLoadLimit logic since it was causing the RoundRobingDispatchPolicyTests to fail intermitently. The preLoadLimit was an additional prefetch limit, and when it kicked in,
it would cause the round robin distribution to stop sending round robin.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387562 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:08:40 +00:00
Hiram R. Chirino 1b60ebbea5 Applied patch at: http://jira.activemq.org/jira/browse/AMQ-632
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387561 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:07:56 +00:00
Hiram R. Chirino b1cd2b9ec2 flowControlSleepTime was not used.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387559 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 16:06:57 +00:00
Hiram R. Chirino 7ae0081e7e ignore the KeepAlives
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387555 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 15:55:06 +00:00
Hiram R. Chirino 72a495e1eb derby is not to happy about being started up multiple times in the same vm with different homes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@387553 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 15:47:41 +00:00