Commit Graph

1977 Commits

Author SHA1 Message Date
Clebert Suconic 197607012d This closes #119 - test changes 2015-02-26 10:07:29 -05:00
Martyn Taylor 007e6b6217 Different host+port vars for acceptors in distro
Specifies unique host and port variable names in each acceptor.  In
addition this patch sets default runtime parameters and replaces bash
specific `source` command with posix compliant `.`
2015-02-26 14:06:30 +00:00
Martyn Taylor 7936402aa1 ActiveMQ6-82 Windows support for runtime config
Adds activemq.conf.bat for configuring runtime options in Windows
environment.
2015-02-26 14:06:30 +00:00
Andy Taylor e6a501a43a fixed test to be more robust 2015-02-26 13:41:56 +00:00
Clebert Suconic 5d72befae3 This closes #117 start/stop bootstrap classes 2015-02-26 08:21:43 -05:00
Andy Taylor 6a4b3433c6 fix start and stop boorstrap classes 2015-02-26 11:32:28 +00:00
Martyn Taylor 73638a1d22 Merge PR #116 2015-02-26 11:09:04 +00:00
Andy Taylor 97e63645d3 topic control test fix 2015-02-26 11:06:36 +00:00
Andy Taylor 41b2232907 merge #115 - doc changes on architecture including picture changes 2015-02-26 09:25:00 +00:00
Clebert Suconic 060a4d17b7 Adding test to the release profileA
This is so we would catch compilation failures on the testsuite.
Devs are now using the release profile. Not having the tests on the
release profile would give devs and contributors the impression
that everything compiled ok
2015-02-26 00:26:52 -05:00
Clebert Suconic 210222e24f moving export-journal / import-journal to the proper tools place
This is simply moving the export/import journal to its proper place.
The previous commit should have added docs about this
2015-02-26 00:26:52 -05:00
Clebert Suconic ed7c429624 renaming hornetq_doap.rdf 2015-02-26 00:26:52 -05:00
Clebert Suconic c870878402 doc changes on architecture including picture changes
I have changed the OpenOffice files. Exported the pictures
As I exported the pictures I selected the group on the slide,
File->Export, JPG file, and selected selection only.

The size was the default size and that worked alright.
2015-02-26 00:26:52 -05:00
Andy Taylor cec3ddf1e1 merge #113 - Adding information about brew and npm for mac 2015-02-25 16:12:22 +00:00
Clebert Suconic 82bef94dd2 tiny typo fix 2015-02-25 10:40:47 -05:00
Clebert Suconic 0a6a1be9b8 removing XMLTools file that are no longer relevant 2015-02-25 10:40:47 -05:00
Clebert Suconic ab44e02917 Adding information about brew and npm for mac
This is just adding information about how to install npm on mac-os
For that I also needed to some information about brew installation
2015-02-25 10:40:47 -05:00
Clebert Suconic 8f8b09a772 This closes #114 with docs and test fixes 2015-02-25 10:40:18 -05:00
Andy Taylor 08d29a6905 stomp test fix 2015-02-25 14:49:59 +00:00
Andy Taylor d415f0d6e2 documentation updates 2015-02-25 13:37:19 +00:00
Andy Taylor e52622cffa merge #110 - Distribution config 2015-02-25 13:29:15 +00:00
Martyn Taylor e194b7803e Replace all references of port 5445 with 61616 2015-02-25 13:27:04 +00:00
Martyn Taylor 3233371483 Merge PR #112 2015-02-24 19:19:40 +00:00
Clebert Suconic 0ff13d0cf0 Fixing TransactionFailoverExample
The TransactionFailoverExample IDs are not really unique if the journal is not cleaned up
This commit will make the IDs to use an UUID so the ID will always be unique even if you reuse the journal
2015-02-24 12:00:34 -05:00
Martyn Taylor 2b71aa13e8 ACTIVEMQ6-82 activemq.conf file for runtime opts
Linux support only.  Allows users to define java args and a number of other
runtime configuration parameters outside of the run scripts.  This will
be followed up with support for cmd.
2015-02-24 15:07:05 +00:00
Martyn Taylor 57d02ab361 Fix distribution bootstrap configs
Some of the distribution configuration files were outdated, using the
old configuration format.  This patch updates the config to allow the
server to parse and run accordingly.
2015-02-24 15:07:05 +00:00
Martyn Taylor c43e3008b6 Update default protocol support / configuration
Updates the out of the box configuration files as shipped with the
distribution.  Changes the default connector to use port 61616 to aid
migration of ActiveMQ 5.x clients.  Configures acceptors with port and
protocol as follows:

61616: Core protocol, OpenWire, STOMP, AMQP
5445:  Core Protocol, STOMP (aimed at legacy HornetQ clients)
5672:  AMQP
61613: Stomp
2015-02-24 15:07:05 +00:00
Clebert Suconic 6612320792 This closes #111 - fixing build and refactoring around getFactory methods 2015-02-24 09:52:45 -05:00
Andy Taylor e95fe32ee8 fix for distro build 2015-02-24 14:48:35 +00:00
Andy Taylor 4fcb6b4b75 some refactoring around improving compatibility testing 2015-02-24 14:34:27 +00:00
Clebert Suconic 59deb85586 This closes #108 on jdk1.8 minimum 2015-02-23 11:27:59 -05:00
Andy Taylor 9d1959edef ACTIVEMQ6-83 - make the build use Java 8 by default
https://issues.apache.org/jira/browse/ACTIVEMQ6-83

upgrade to Java 8 minimum and change the default profile to build the distro.

Also add enforcer rule for Java 8
2015-02-23 15:46:34 +00:00
Martyn Taylor cb24f3779e Merge PR #107 2015-02-23 13:06:12 +00:00
Andy Taylor fab1734af7 documentation updates 2015-02-23 09:50:08 +00:00
Clebert Suconic 0d65983aab This closes #106 on back porting test 2015-02-20 17:40:21 -05:00
jbertram 0e537d0881 Port a test from the HornetQ code-base.
A bug was recently discovered on a legacy HornetQ branch. ActiveMQ 6
doesn't suffer from the same problem, but the test is still valuable.
The HornetQ issue is described on
https://bugzilla.redhat.com/show_bug.cgi?id=1193085.
2015-02-20 16:35:25 -06:00
Clebert Suconic 31a2036ded This closes #105 - doclink updates on javadoc 2015-02-19 14:51:47 -05:00
Clebert Suconic 7ef18161a8 This closes #104 - acceptors and connectors configuration 2015-02-19 14:49:11 -05:00
Martyn Taylor dbb941e63e Updates to javadoc to comply with doclint 2015-02-19 14:09:00 +00:00
Martyn Taylor 3f8ae37150 Only set xlintdoc option on JDK8 2015-02-19 14:09:00 +00:00
Andy Taylor 64d0547268 ACTIVEMQ6-80 - update acceptor config to use URI's
https://issues.apache.org/jira/browse/ACTIVEMQ6-80

The configuration of acceptors and connectors now takes a uri rather than params
2015-02-19 12:10:49 +00:00
Clebert Suconic e385ab0a58 This closes #103 - removing servlet API 2015-02-18 10:31:07 -05:00
Martyn Taylor 476b23d786 Remove servlet api dep from rest module
This is not required.  Builds fine and tests pass without this dep.
2015-02-18 13:26:08 +00:00
Clebert Suconic a64e9387c7 This closes #102 on release updates 2015-02-17 12:16:54 -05:00
Martyn Taylor afcdfa7a57 Do not skip distribution in on mvn deploy
Doing so results in the distribution not being uploaded as part of a
snapshot release.
2015-02-16 15:04:51 +00:00
Martyn Taylor f16f7ee0c9 Use project.version for all project deps
Assigning the project.version to another variable within the pom and
using that new variable to determine module dependencies was causing
issues with the apache:release plugin.  There is no need to reassign
this to this new variable so removing it altogether.
2015-02-16 15:04:51 +00:00
Martyn Taylor 33a6951862 Disable doclint error checking
Introduction of DocLint in Java 8 results in strict error checking in
JavaDocs.  What were previously on warnings on JavaDoc generation now
results in errors.  This is causing issues when using the apache release
plugin.  Disabling doclint error checking for the time being.
2015-02-16 15:04:51 +00:00
Clebert Suconic 11373d0c5c this closes #101 on an update on the README for using Intelij IDE 2015-02-13 10:17:14 -05:00
Clebert Suconic 2650763670 This closes #100 on geronimo jar for jms2 2015-02-13 10:16:52 -05:00
Martyn Taylor 03a03b8f1e Added instructions to import ActiveMQ6 into IDEA 2015-02-13 11:45:44 +00:00