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
Hiram R. Chirino
8176dca67f
http://issues.apache.org/activemq/browse/AMQ-846
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425637 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 06:07:11 +00:00
James Strachan
f8734f79c6
added an example configuration file using pure JDBC and no journal together with some example Oracle XML configurations
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424276 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 12:03:29 +00:00
Hiram R. Chirino
02fffb44b0
rename logging directory so that it matches the log4j configuration
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421656 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:08:42 +00:00
Hiram R. Chirino
397e9ccee5
Renamed som files so that they have more consistent case and extensions.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421655 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:05:39 +00:00
Hiram R. Chirino
b2aa074966
https://issues.apache.org/activemq/browse/AMQ-701
...
The zip is now tunned for windows and the tar.* packages are tunned for unix.
The zip file bin directory only contains .bat files and all text files use dos line endings.
the tar file bin directory only contains the shell files and all text files use the unix line endings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421654 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:01:51 +00:00
Hiram R. Chirino
f2d90cd97c
http://issues.apache.org/activemq/browse/AMQ-701
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421396 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 19:56:44 +00:00
Hiram R. Chirino
afba723191
http://issues.apache.org/activemq/browse/AMQ-814
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420899 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 15:32:20 +00:00
Frederick G. Oconer
b662f6065c
Removed relativepath element in parent declaration.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420267 13f79535-47bb-0310-9956-ffa450edef68
2006-07-09 09:11:22 +00:00
James Strachan
288f8767c3
added activemq-jaas to the assembly to fix AMQ-801
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419850 13f79535-47bb-0310-9956-ffa450edef68
2006-07-07 09:24:38 +00:00
James Strachan
c06ad31692
moved the tests across from the assembly module that can be run inside the activemq-core module
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419842 13f79535-47bb-0310-9956-ffa450edef68
2006-07-07 08:55:31 +00:00
Hiram R. Chirino
d320676ae1
http://issues.apache.org/activemq/browse/AMQ-800
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419761 13f79535-47bb-0310-9956-ffa450edef68
2006-07-07 01:31:26 +00:00
Robert Davies
7606053815
test case for: http://issues.apache.org/activemq/browse/AMQ-755
...
ensure temp destination infomation is propagated around network of brokers correctly
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@417744 13f79535-47bb-0310-9956-ffa450edef68
2006-06-28 12:50:30 +00:00
Hiram R. Chirino
f6041bb839
http://issues.apache.org/activemq/browse/AMQ-710
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414640 13f79535-47bb-0310-9956-ffa450edef68
2006-06-15 17:43:08 +00:00
Hiram R. Chirino
da93e413c1
http://issues.apache.org/activemq/browse/AMQ-752
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414592 13f79535-47bb-0310-9956-ffa450edef68
2006-06-15 14:22:41 +00:00
Hiram R. Chirino
5f318d3aef
Applied http://issues.apache.org/activemq/browse/AMQ-699
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414441 13f79535-47bb-0310-9956-ffa450edef68
2006-06-15 02:43:40 +00:00
Adrian T. Co
789d2da20c
Added support for bstat --help, bstat -h, and bstat -? (AMQ-702)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413796 13f79535-47bb-0310-9956-ffa450edef68
2006-06-13 03:32:16 +00:00
James Strachan
5451531371
updated snippet macro
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413621 13f79535-47bb-0310-9956-ffa450edef68
2006-06-12 10:01:53 +00:00