330 Commits

Author SHA1 Message Date
Clebert Suconic
40b1f3852e This closes #141 - gitbook command on windows (build on windows) 2015-03-04 10:00:56 -05:00
Clebert Suconic
53f56a4190 This closes #140 - environment variables being set on script 2015-03-04 10:00:28 -05:00
Clebert Suconic
6d69055243 This closes #139 on plugin start 2015-03-04 09:59:44 -05:00
Howard Gao
e178092dcc fix gitbook command name for windows 2015-03-04 21:35:54 +08:00
Andy Taylor
9e725457d6 fix scripts to allow a different environment to be set 2015-03-04 12:28:32 +00:00
Andy Taylor
25f3343ba5 add flag to broker plugin to skip starting.
Also added an example bootstrap and updated the examples so this would work.
2015-03-04 11:48:46 +00:00
Martyn Taylor
8041f1f947 Merge #138 2015-03-04 09:18:45 +00:00
Clebert Suconic
a43be0ce07 removing version suffix and fix release
Also removing the word Netty from the starting acceptor and its version
I don't think it's necessary to mention Netty at the console or its version.
That's internal implementation detail at this point
2015-03-03 19:39:58 -05:00
Clebert Suconic
b52d1cd8e0 native build is broken
This is fixing something I broke. The copy of the native libraries to its output.
2015-03-03 18:10:08 -05:00
Clebert Suconic
2d5884858b This closes #136 - build fix 2015-03-03 12:37:13 -05:00
Clebert Suconic
b00a0a99ab Fixing the build after the release (6.0.1 snapshot) 2015-03-03 12:36:27 -05:00
Clebert Suconic
d8ee331a5c This closes #137 - moving examples to root 2015-03-03 12:30:11 -05:00
Clebert Suconic
7720928c0b This closes #135 - updating manual to Apache ActiveMQ 2015-03-03 12:17:40 -05:00
Clebert Suconic
9d21253d0b This closes #134 - release changes (source at 1.7) 2015-03-03 12:16:57 -05:00
Clebert Suconic
b671424c6a This closes #133 - banner change 2015-03-03 12:16:22 -05:00
Martyn Taylor
5054779f83 Move examples to distro root 2015-03-03 16:42:50 +00:00
Andy Taylor
9d72cefd92 update user manual to use the phrase 'Apache ActiveMQ' 2015-03-03 16:36:33 +00:00
Martyn Taylor
6c3747ce4f Rename Distro to apache-activemq 2015-03-03 14:41:43 +00:00
Andy Taylor
50454e8a4c fix banner sub text 2015-03-03 13:57:42 +00:00
Martyn Taylor
a7a05154e1 Set target and source to 1.7 2015-03-03 13:52:17 +00:00
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 f1f7a67111a5b3db50a19bf878d5a70902bbd727.
2015-03-03 11:48:06 +00:00
Martyn Taylor
b5b90e5537 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 05d052fda8ebbb5c3a658e9f3811aad0426a9ecb.
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