Commit Graph

310 Commits

Author SHA1 Message Date
Martyn Taylor 67c0ce5904 [maven-release-plugin] prepare for next development iteration 2015-03-03 12:10:13 +00:00
Martyn Taylor 79ee955615 [maven-release-plugin] prepare release 6.0.0 2015-03-03 12:08:28 +00:00
Martyn Taylor 65453f3fa6 Revert "[maven-release-plugin] prepare release 6.0.0"
This reverts commit f1f7a67111.
2015-03-03 11:48:06 +00:00
Martyn Taylor b5b90e5537 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 05d052fda8.
2015-03-03 11:47:53 +00:00
Martyn Taylor 05d052fda8 [maven-release-plugin] prepare for next development iteration 2015-03-03 10:06:55 +00:00
Martyn Taylor f1f7a67111 [maven-release-plugin] prepare release 6.0.0 2015-03-03 10:06:00 +00:00
Andy Taylor 5e7827af38 merge #132 - Support Windows paths to config files on CLI 2015-03-03 09:46:48 +00:00
Martyn Taylor 31bee43d63 Support Windows paths to config files on CLI 2015-03-03 09:45:41 +00:00
Andy Taylor 806b9d7e3f merge #131 - Fixing examples on windows 2015-03-03 07:28:23 +00:00
Clebert Suconic b634d9142d Fixing examples on windows
The examples on windows are not working properly
This is because we are using concatenation to locate directories instead of File(parent, child)
Using that constructor we can then convert to URI and that would work independently of the OS
2015-03-02 16:58:29 -05:00
Andy Taylor 6c7535685f merge #129 - Add snapshot repo to examples pom.xml 2015-03-02 18:27:15 +00:00
Martyn Taylor ffd3ff5b1a Added README to Distro 2015-03-02 18:12:45 +00:00
Martyn Taylor 6b1472660a Add snapshot repo to examples pom.xml
When running the examples from the distribution the example poms need to
find the top level activemq-pom.  For snapshot releases this will only
exist in the snapshot repo.  In additon we include the snapshot plugins
repo for the activemq-maven-plugin
2015-03-02 18:12:45 +00:00
Andy Taylor df99aa673d merge #130 - doc change around native build and a few pom changes on the native build 2015-03-02 17:40:31 +00:00
Clebert Suconic 95c5edb464 doc change around native build and a few pom changes on the native build 2015-03-02 12:29:10 -05:00
Andy Taylor 9578e078d7 merge #128 - Replace file separate in ACTIVEMQ_HOME for Windows 2015-03-02 13:48:36 +00:00
Martyn Taylor 4152eba77a Merge PR #127 2015-03-02 13:12:19 +00:00
Martyn Taylor 9e4b40b033 Replace file separate in ACTIVEMQ_HOME for Windows
ActiveMQ uses URI's for locating files on a file system.  Absolute file
URIs are generated using an ACTIVEMQ_HOME variable defined via the start
up scripts.  For Windows this will contain "\" character as file path
separator.  This is invalid for the file URI scheme.  This patch
rewrites the ACTIVEMQ_HOME variable ensuring "/" are used on both
Windows and Linux.
2015-03-02 12:25:14 +00:00
Andy Taylor 2e0e662c07 merge #126 - Fix openwire example config issue 2015-03-02 11:34:38 +00:00
Andy Taylor 89f4cb82ee merge #125 - 32 bits compilation of native layer 2015-03-02 11:32:10 +00:00
Andy Taylor d5846dd97c ACTIVEMQ6-84 - JMSServerManagerImpl.activated() doesn't get called when starting in standalone mode
https://issues.apache.org/jira/browse/ACTIVEMQ6-84

fixed the start order of the components started by the bootstrap
2015-03-02 10:19:16 +00:00
Howard Gao c101d1001b Fix openwire example config issue 2015-03-02 13:02:43 +08:00
Clebert Suconic bfab91fbe2 32 bits compilation of native layer 2015-02-27 18:19:31 -05:00
Clebert Suconic a1df17719a This closes #124 on rest updates 2015-02-27 14:41:08 -05:00
jbertram c2edaeaac0 update REST doc 2015-02-27 11:02:50 -06:00
Martyn Taylor 5079dfd649 Merge PR #123 2015-02-27 11:38:01 +00:00
Andy Taylor 695c1cd46c improved logging on Netty Acceptor 2015-02-27 11:13:37 +00:00
Martyn Taylor a895bf3344 Merge PR #121 2015-02-27 10:42:18 +00:00
Clebert Suconic b1c8ff3e49 adding wording about Camel 2015-02-26 23:19:48 -05:00
Clebert Suconic 6f9c4df916 Changes on configuring-transport:
I - Removing note about deprecated properties. Our configs are using it
II - useNIO property is irrelevant since we always use NIO now with the new netty
2015-02-26 22:52:28 -05:00
Clebert Suconic 90c29864cc adding note about paging / queue / filters 2015-02-26 22:52:28 -05:00
Clebert Suconic f896a394e9 Fixing when the storage is stopped for the storage manager
In some cases the ID Generator will be called after the JournalStorage was stopped.
AS a result you could have cases where the ID generator is called and the journal storage is stopped.

Also I added some check to IDs and added some code to cleanup old IDS on the BatchIDManager
2015-02-26 22:52:27 -05:00
Clebert Suconic ba1e685b69 This closes #118 on windows script 2015-02-26 10:15:12 -05:00
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