Hiram R. Chirino
5c45b00b1c
Update YourKit profiling options since we now require java 1.5
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@592818 13f79535-47bb-0310-9956-ffa450edef68
2007-11-07 17:06:21 +00:00
Hiram R. Chirino
9ecfbf98f5
failover is no longer a vaild option on networkConnector
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@592061 13f79535-47bb-0310-9956-ffa450edef68
2007-11-05 16:13:24 +00:00
Hiram R. Chirino
3c46ae9e71
The conf directory should be relative to the ACTIVEMQ_BASE
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@592057 13f79535-47bb-0310-9956-ffa450edef68
2007-11-05 16:06:06 +00:00
Hiram R. Chirino
0570c00e37
Applied patch: https://issues.apache.org/activemq/browse/AMQ-1238
...
- Allows java service wrapper start script to work on Debian sarge
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@587507 13f79535-47bb-0310-9956-ffa450edef68
2007-10-23 13:52:21 +00:00
Robert Davies
898adccae3
update to show producerFlowControl and memoryLimit is configurable
...
on a Destination basis via destination policies
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@585377 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 05:07:03 +00:00
Robert Davies
e16b7dbf16
updated to take account of new System Usage
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@585040 13f79535-47bb-0310-9956-ffa450edef68
2007-10-16 05:01:31 +00:00
James Strachan
2d5a099074
include the STAX API jars in the distro
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@583188 13f79535-47bb-0310-9956-ffa450edef68
2007-10-09 15:14:20 +00:00
Hiram R. Chirino
5f96839259
Moved the camel-activemq module into the activemq-core module to break the circular dependency between the activemq and camel projects.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@573615 13f79535-47bb-0310-9956-ffa450edef68
2007-09-07 15:44:45 +00:00
James Strachan
fe6fa04798
moved activeio into the optional section
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@568642 13f79535-47bb-0310-9956-ffa450edef68
2007-08-22 15:08:53 +00:00
Adrian T. Co
85fc6dd267
Commented out the threshold for the stdout logger, so it will use the global one.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@566477 13f79535-47bb-0310-9956-ffa450edef68
2007-08-16 03:28:46 +00:00
James Strachan
141ee12e8d
added a better example of using Camel with the correct XSD
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@565705 13f79535-47bb-0310-9956-ffa450edef68
2007-08-14 11:24:29 +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
James Strachan
9cde47f42c
Patched the ActiveMQ build to work with Camel 1.1
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564622 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 15:39:05 +00:00
Adrian T. Co
073f05cc6f
Created an activemq-all.jar bundle
...
http://issues.apache.org/activemq/browse/AMQ-1318
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@555882 13f79535-47bb-0310-9956-ffa450edef68
2007-07-13 05:45:09 +00:00
James Strachan
806013ea62
Enabled the camel route by default; folks can easily disable it
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@553766 13f79535-47bb-0310-9956-ffa450edef68
2007-07-06 06:58:49 +00:00
James Strachan
9840a420cf
Fixed up the assembly so that the embedded camel routes actually work; they were dependent on the JTA jar being present so this was causing ClassNotFoundException if you actually fired messages into the from queue
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@553763 13f79535-47bb-0310-9956-ffa450edef68
2007-07-06 06:51:12 +00:00
James Strachan
b0538fcc66
added support for AMQ-1307 so that enterprise integration patterns can be used easily in the broker. For more help see the documentation: http://cwiki.apache.org/ACTIVEMQ/enterprise-integration-patterns.html
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@552926 13f79535-47bb-0310-9956-ffa450edef68
2007-07-03 17:37:10 +00:00
Robert Davies
cb32fd2aa4
apply patch http://issues.apache.org/activemq/browse/AMQ-1293
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@550476 13f79535-47bb-0310-9956-ffa450edef68
2007-06-25 12:49:00 +00:00
James Strachan
f3c6b7fff9
added documentation from patch AMQ-1281
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@549836 13f79535-47bb-0310-9956-ffa450edef68
2007-06-22 15:08:01 +00:00
Adrian T. Co
0ef421d14a
- Change the perfharness-activemq.sh to refer to 5.0-SNAPSHOT
...
- Minor spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@548220 13f79535-47bb-0310-9956-ffa450edef68
2007-06-18 05:18:38 +00:00
Jonas B. Lim
8f76414414
patch for https://issues.apache.org/activemq/browse/AMQ-1274
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@547472 13f79535-47bb-0310-9956-ffa450edef68
2007-06-15 00:56:21 +00:00
Hiram R. Chirino
8f8ff58f8c
Updated the pom version from 4.2-SNAPSHOT to 5.0-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@545505 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 13:55:40 +00:00
James Strachan
87f75b2de7
applied patch for AMQ-1241 to allow the web console to be run against an embedded, invm, properties or remote broker. Many thanks to Mario Siegenthaler for the patch!
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@541306 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 14:14:49 +00:00
James Strachan
a1904ea1e7
Fixed up the poms so the build works again :)
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527938 13f79535-47bb-0310-9956-ffa450edef68
2007-04-12 13:36:43 +00:00
James Strachan
dc69022697
Added patch for AMQ-1075 so that the fileserver web app is included in the assembly
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527705 13f79535-47bb-0310-9956-ffa450edef68
2007-04-11 22:16:48 +00:00
James Strachan
a58a92d302
no need to auto-create the data directory for the test case
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@523290 13f79535-47bb-0310-9956-ffa450edef68
2007-03-28 12:08:58 +00:00
James Strachan
9dccfa4a8a
fixed the assembly so that the activemq broker script works again. Now moved from a Jetty snapshot to a release (6.1.2rc2) and also made BrokerService.setDataDirectory(String) take a string to avoid strange Spring errors we were getting
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@523279 13f79535-47bb-0310-9956-ffa450edef68
2007-03-28 11:15:22 +00:00
James Strachan
c729994739
rolled back the creation of the file: scheme and made the xbean: scheme handle files or URLs as well as classpath resources
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@518632 13f79535-47bb-0310-9956-ffa450edef68
2007-03-15 14:10:24 +00:00
James Strachan
0315016d37
added the URLs which are available to run the Web Console or Web Demos when booting up activemq
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@518157 13f79535-47bb-0310-9956-ffa450edef68
2007-03-14 14:45:12 +00:00
James Strachan
35fcee6a6b
added web demos to broker by default
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@517790 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 17:56:37 +00:00
James Strachan
3028a2faa1
added an embedded jetty server to host the web-console in the default activemq.xml for AMQ-1194
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@517713 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 14:48:44 +00:00
James Strachan
274a951901
zapped some old test cases and added a new one which ensures that the activemq.xml file shipped with the distro actually works
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@517674 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 12:48:52 +00:00
James Strachan
bdef2f52d0
enable XMPP by default in the stand alone broker
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516482 13f79535-47bb-0310-9956-ffa450edef68
2007-03-09 17:46:07 +00:00
James Strachan
24984276fc
Tidied up the activemq.xml file shipped in the distro. Also by default we now embded Jetty so that we can include the web console, or an out of band file transfer mechanism by default
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516442 13f79535-47bb-0310-9956-ffa450edef68
2007-03-09 15:52:13 +00:00
Hiram R. Chirino
885c379914
Set the eol-style to native
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516048 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 14:20:29 +00:00
James Strachan
3013c2020b
updated wiki links in source code to point to the graduated site
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511784 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 11:04:18 +00:00
James Strachan
6c57f721c2
added explicit disconnect after Chris T.'s patch
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511781 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 10:55:53 +00:00
James Strachan
b786ddba38
removed old Incubator disclaimer
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@505370 13f79535-47bb-0310-9956-ffa450edef68
2007-02-09 16:59:45 +00:00
Hiram R. Chirino
e17e5eca88
Updated version to remove the "incubator" bit.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@504248 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 19:09:51 +00:00
James Strachan
d9ca5c07fd
fix for AMQ-1151 to include the activemq-xmpp jar in the binary distro - along with including the shell scripts in the zip
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@503688 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 14:05:29 +00:00
Adrian T. Co
ba7519049f
Minor: Fix wrong conf format
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@495499 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 06:52:11 +00:00
Adrian T. Co
f30b0d8113
AMQ-1096: Added a activemq.classpath system property to provide extensions to the ActiveMQ classpath. Extensions can now be added via 'set ACTIVEMQ_CLASSPATH=c:/foo'
...
AMQ-1046: Consolidated all admin scripts to a single activemq-admin script file. To run admin scripts, use: activemq-admin bstat, activemq-admin query, activemq-admin stop, etc.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@495172 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 09:49:08 +00:00
Frederick G. Oconer
e413e8711b
AMQ-1091
...
Changes:
1. Fix assembly-src profile by providing the correct path to unix-src.xml and windows-src.xml assembly descriptor.
2. Commented out excluded "data" dir in source assembly descriptor because it wasn't including the data package in activemq-core.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@486479 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 03:33:29 +00:00
Jonas B. Lim
c1d82a43c6
applied patches for http://issues.apache.org/activemq/browse/AMQ-1057
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@476058 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 06:22:02 +00:00
Hiram R. Chirino
69e5439718
More Java 5 Ehancements.
...
- Use activeio-3.1 snapshot since that has been upgraded to Java 5
- Don't need mx4j since Java 5 includes a JMX server
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@476007 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 00:56:16 +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
86ad069c2b
enabled the Command Agent by default
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475771 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 15:29:38 +00:00
Hiram R. Chirino
bc7d758fa0
Added some simple stompcat and catstomp scripts
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475302 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 16:36:18 +00:00
Hiram R. Chirino
ba476b36f0
Setting some svn eol-styles and improving source distro assembly
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475265 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 15:43:24 +00:00
Hiram R. Chirino
f3105202ef
Tweaked out the source distro assembly
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475068 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 00:00:28 +00:00
Hiram R. Chirino
5bde1e3003
setting svn:eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475018 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 22:09:09 +00:00
Hiram R. Chirino
fe1cde80ae
removing extranous META-INF
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475009 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 21:47:27 +00:00
Hiram R. Chirino
06a365f12c
Setting svn:eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474985 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 21:16:11 +00:00
Hiram R. Chirino
9e6eb830b3
Set the eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474977 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 21:02:18 +00:00
Hiram R. Chirino
cdf6bee977
Added a source distro assembly
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474976 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 20:59:57 +00:00
Hiram R. Chirino
36265ea802
Updated java service wrappers so that they properly use the ACTIVEMQ_BASE and ACTIVEMQ_HOME enviroment variables.
...
also print out the ACTIVEMQ_BASE on startup and if classloading error occurs, have the main method dump a listing of what is in the classloaders.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474926 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 19:20:38 +00:00
Hiram R. Chirino
48a1ad8eec
move the wrapper.jar to the bin dir and set the eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474894 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 17:54:28 +00:00
Hiram R. Chirino
b243182cf9
move the wrapper.jar to the bin dir
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474892 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 17:50:34 +00:00
Joseph Dennis O. Gapuz
0e9369f5dd
AMQ-644 - create Java Service Wrapper for ActiveMQ
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474706 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 08:52:13 +00:00
Hiram R. Chirino
636e37b376
Don't include activecluster as dependency since it not :)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474523 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 21:18:54 +00:00
Hiram R. Chirino
8be1b5eb5a
Reving up version
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@472518 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 15:27:38 +00:00
Adrian T. Co
d01965af0b
Minor renaming and typo correction.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@470018 13f79535-47bb-0310-9956-ffa450edef68
2006-11-01 17:58:51 +00:00
Adrian T. Co
fdadd72d9c
Let's use a different name for the network connector in the config file bundled with the distro. This should prevent the default build from spewing some xbean/spring exception.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@469682 13f79535-47bb-0310-9956-ffa450edef68
2006-10-31 22:28:59 +00:00
Adrian T. Co
07529a5f05
AMQ-801: Bundle activemq-jaas with dsitro
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@469670 13f79535-47bb-0310-9956-ffa450edef68
2006-10-31 21:49:40 +00:00
Hiram R. Chirino
148f3bded1
Freshened up the shipped examples.
...
- Inlined the ToolSupport base class to make it more obvious to JMS beginers how JMS is used (less code reuse but these examples are simple enough)
- Added CommandLineSupport class that uses introspection to handle interpreting command line options
- Added ruby and java versions of a topic listener and publisher tools that can be used to benchmark broker performance.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@468913 13f79535-47bb-0310-9956-ffa450edef68
2006-10-29 14:35:48 +00:00
Hiram R. Chirino
7a25bcf203
Adding NOTICE files to all build artifacts and updating some LICENCE files too.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467015 13f79535-47bb-0310-9956-ffa450edef68
2006-10-23 15:38:07 +00:00
Hiram R. Chirino
d778fa4601
https://issues.apache.org/activemq/browse/AMQ-997
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465930 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 23:22:50 +00:00
Hiram R. Chirino
886381edaa
Adding license of the Java Service Wrapper
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465905 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 21:49:43 +00:00
Hiram R. Chirino
af0aa85c8e
Updated startup shell scripts so that
...
- SSL_OPTS variable is set/overriden to configure the SSL options that are use to start up the ssl connector.
- Added a ACTIVEMQ_BASE variable that default to be ACTIVEMQ_HOME but can be changed if you want multiple broker instances sharing the same broker installation.
- Updated the assembly descriptors so that we are more careful about which file's line endings are translated or chmoded to 755.
- the .zip is now specific to windows and the .tar.* packages are specific to unix flavors including cygwin.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465903 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 21:41:42 +00:00
Hiram R. Chirino
4c7eaca5c5
set the eol style to native
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465894 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 21:20:12 +00:00
Hiram R. Chirino
5d6963e78c
setting the eol style to native
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465739 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 19:13:28 +00:00
Hiram R. Chirino
c3f41326ef
Adding some java keystore and truststore files so that we can configure an ssl connector out of the box.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465737 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 19:11:13 +00:00
Hiram R. Chirino
8cf0a390c5
port of licence fixes from 4.0
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465275 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 15:29:56 +00:00
Robert Davies
171b108944
fix for https://issues.apache.org/activemq/browse/AMQ-927
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@463689 13f79535-47bb-0310-9956-ffa450edef68
2006-10-13 14:29:34 +00:00
Hiram R. Chirino
afcb55e547
Use released versions of the plugins
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452662 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 22:44:54 +00:00
Hiram R. Chirino
dfddf69103
Adding missing header files.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452657 13f79535-47bb-0310-9956-ffa450edef68
2006-10-03 22:29:08 +00:00
Hiram R. Chirino
fa4279c433
http://issues.apache.org/activemq/browse/AMQ-953
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452108 13f79535-47bb-0310-9956-ffa450edef68
2006-10-02 16:23:19 +00:00
Hiram R. Chirino
ef5fd15b84
http://issues.apache.org/activemq/browse/AMQ-938
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@449079 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 20:36:31 +00:00
Hiram R. Chirino
4194df7f78
Don't enable jmx on the embedded broker since that was hanging the tests
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@448014 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 23:21:03 +00:00
Hiram R. Chirino
ae9ba43296
Adding in a little helper script that will run the IBM JMS performance harness
...
against ActiveMQ in case you want to benchmark activemq.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@448007 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 22:55:38 +00:00
Hiram R. Chirino
72cc9e9aa0
Better NOITCE file.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@441599 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 18:13:31 +00:00
Hiram R. Chirino
ac66a09dab
Added a MemoryPropertyEditor that allows you to specify memory sizes in the xbean config like: limit="20 MB"
...
Upgraded the xbean maven plugin to 2.6 and the new qdox that it used did not like some of our valid inline initialization of variables, so I had
to refactor to an equivalent form that qdox did like.
http://issues.apache.org/activemq/browse/AMQ-827
http://issues.apache.org/activemq/browse/AMQ-909
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@439930 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 04:56:25 +00:00
Hiram R. Chirino
96356920b1
This test is in the core module allready
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@439929 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 04:47:15 +00:00
Hiram R. Chirino
88acb0ede7
Eliminating required dependency on activeio... http://issues.apache.org/activemq/browse/AMQ-907
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@439111 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 00:13:23 +00:00
James Strachan
9431f934cd
added the activemq.home system property in case the log4j.property is changed to use files
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@434043 13f79535-47bb-0310-9956-ffa450edef68
2006-08-23 13:43:43 +00:00
James Strachan
7685e4d2f3
include the shell scripts in the ZIP distro as (i) some windows users use cygwin and (ii) some non-windows users use zip files :)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@434022 13f79535-47bb-0310-9956-ffa450edef68
2006-08-23 12:23:09 +00:00
James Strachan
73ef5bea04
added an example of using Oracle JDBC along with using DBCP with Oracle rather than the non-pooling default that comes with Oracle
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@433697 13f79535-47bb-0310-9956-ffa450edef68
2006-08-22 17:10:58 +00:00
Hiram R. Chirino
960dce70d3
http://issues.apache.org/activemq/browse/AMQ-888
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@433286 13f79535-47bb-0310-9956-ffa450edef68
2006-08-21 17:08:00 +00:00
James Strachan
75952abdbb
Fix for AMQ-772 to add activemq-web to the distros
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430008 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 09:11:20 +00:00
James Strachan
cb11447386
Fix for AMQ-772 to add activemq-web to the distros
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430005 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 09:03:53 +00:00
Hiram R. Chirino
cc5f94d4ed
Adding derby NOTICEs to our notices
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429731 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 16:54:48 +00:00
Frederick G. Oconer
8b9b09181b
Jira: AMQ-570:Create sample activemq.xml files under assembly/src/sample-conf similar to what we had in 3.x.
...
Added several amq sample configurations.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429605 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 07:15:04 +00:00
Frederick G. Oconer
5e5febb4de
AMQ-859: nightly snapshots to include source distro.
...
Added src-bin.xml and modified assembly/pom.xml to include a build for creating the source distro.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428970 13f79535-47bb-0310-9956-ffa450edef68
2006-08-05 07:07:09 +00:00
Hiram R. Chirino
c3a8de8b53
porting license changes
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427820 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 00:38:26 +00:00
Joseph Dennis O. Gapuz
c45c69b30a
added files to start ActiveMQ with Java Service Wrapper on MacOSX
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427481 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 07:49:51 +00:00
Hiram R. Chirino
7f883f6fe2
Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426384 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 05:00:24 +00:00
Hiram R. Chirino
96d92110a3
Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426370 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 03:22:58 +00:00
Hiram R. Chirino
57b4941325
Applied new source header boiler plate per http://www.apache.org/legal/src-headers.html
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426366 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 03:04:41 +00:00
Joseph Dennis O. Gapuz
fdde1661cb
added option for running ActiveMQ with Java Service Wrapper on Linux and Windows.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425685 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 09:11:31 +00:00