Commit Graph

369 Commits

Author SHA1 Message Date
Frederick G. Oconer f99ccc4e7d Added Pom.xml created by Henry Isidro. However, there is still an issue in creating the assembly in maven 2. Please see http://jira.codehaus.org/browse/MASSEMBLY-37
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359472 13f79535-47bb-0310-9956-ffa450edef68
2005-12-28 10:40:02 +00:00
Frederick G. Oconer 9e149665ba removed unnecessary echos.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358526 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 08:15:46 +00:00
Frederick G. Oconer 09e95290f6 Added condition where it will only execute adding the core's javadocs api if it exist.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358524 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 08:07:24 +00:00
Jonas B. Lim 92a698fe42 updated headers in source file to use apache header
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358513 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 06:11:40 +00:00
Adrian T. Co 64034a8a37 Added Brad Fritz's fix to not overwrite ACTIVEMQ_OPTS when defined.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358441 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 02:28:27 +00:00
Frederick G. Oconer 12f3a72c59 commented out the statement where it adds the created core javadoc api in the distribution binary.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358428 13f79535-47bb-0310-9956-ffa450edef68
2005-12-22 00:58:50 +00:00
Adrian T. Co 75a6b834b9 Added a basic mean to query the jmx context. Performed a little code restructuring and bug fixing. Type "query --help" for details.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358241 13f79535-47bb-0310-9956-ffa450edef68
2005-12-21 09:31:18 +00:00
Hiram R. Chirino ac8739860f the useEmbeddedBroker property not needed anymore.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358057 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 18:06:28 +00:00
Adrian T. Co 84a0179081 Added broker shutdown mechanism. Some exceptions are being thrown during shutdown, but doesn't seem to cause any problem. Printing of exceptions are currently disabled.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357932 13f79535-47bb-0310-9956-ffa450edef68
2005-12-20 07:15:13 +00:00
Adrian T. Co 22307339a5 Ported tcp test case. Explicitly specify not to use embedded broker in ActiveMQConnectionFactory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357310 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 06:13:59 +00:00
Adrian T. Co 6870470c6d Disabled http test, since it is not yet available.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357307 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 06:01:11 +00:00
Adrian T. Co 77cf351be1 Ported some of the broker network config files to the new xml format. Added initial test cases to test the configurations.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357304 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 05:49:15 +00:00
Jonas B. Lim 1416f77de3 added test cases to test release's activemq.xml. The test cases perform a publish/consume on both topic and queue.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357139 13f79535-47bb-0310-9956-ffa450edef68
2005-12-16 07:20:06 +00:00
Jonas B. Lim 4cb407cc4b committed the wrong file earlier. Also added the correct header
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357126 13f79535-47bb-0310-9956-ffa450edef68
2005-12-16 05:48:56 +00:00
Jonas B. Lim df6f3ba32a broker is already started automatically
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357125 13f79535-47bb-0310-9956-ffa450edef68
2005-12-16 05:41:03 +00:00
Hiram R. Chirino 9b1345bb32 - Updated the config xml to use new discovery syntax.
- Using specific version of activeio as that may change a bit soon.
- The vm transport now support specifing a broker config file: vm://localhost?brokerConfig=xbean:/path/to/config/file
- Starting the JMX connector was taking a LONG time to start up... so I switch to starting it up async.
- The object name for a managed transport connection could be invalid so we now encode the name so that it's not.



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356616 13f79535-47bb-0310-9956-ffa450edef68
2005-12-13 21:02:04 +00:00
James Strachan e73312534d add the conf directory to the classpath so that the release finds the log4j.properties file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356526 13f79535-47bb-0310-9956-ffa450edef68
2005-12-13 16:26:19 +00:00
James Strachan 729ff22a4b fixed bad configuration file for the release
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356525 13f79535-47bb-0310-9956-ffa450edef68
2005-12-13 16:24:28 +00:00
James Strachan 40a7d3b6ac Moved the trunk code into the trunk sub directory
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356304 13f79535-47bb-0310-9956-ffa450edef68
2005-12-12 17:53:59 +00:00