This closes #181 - fixes for Robbie
This commit is contained in:
commit
6f96e9531a
|
@ -67,7 +67,7 @@ After you installed brew you can install npm by:
|
||||||
It is possible to build a distribution with out the manuals and javadocs if you dont have or want gitbook installed,
|
It is possible to build a distribution with out the manuals and javadocs if you dont have or want gitbook installed,
|
||||||
simply run
|
simply run
|
||||||
|
|
||||||
```% mvn -Prelease distro```
|
```% mvn package```
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
For org.apache.activemq.utils.Base64
|
|
||||||
|
|
||||||
I am placing this code in the Public Domain. Do with it as you will.
|
|
||||||
This software comes with no guarantees or warranties but with
|
|
||||||
plenty of well-wishing instead!
|
|
||||||
Please visit <a href="http://iharder.net/base64">http://iharder.net/base64</a>
|
|
||||||
periodically to check for updates or to contribute improvements.
|
|
||||||
|
|
||||||
@author Robert Harder
|
|
||||||
@author rob@iharder.net
|
|
|
@ -1,23 +0,0 @@
|
||||||
For classes org.apache.activemq.utils.json.*
|
|
||||||
|
|
||||||
Copyright (c) 2002 JSON.org
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
The Software shall be used for Good, not Evil.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
|
@ -22,23 +22,12 @@ under the License.
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=ISO-8859-1"
|
<meta content="text/html; charset=ISO-8859-1"
|
||||||
http-equiv="content-type">
|
http-equiv="content-type">
|
||||||
<title>ActiveMQ 2.4.1.Final Release Notes</title>
|
<title>Apache ActiveMQ Release Notes</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>Release Notes - ActiveMQ - Version 2.4.1 Final</h1>
|
<h2>Release Notes - Apache ActiveMQ 6.0.0</h2>
|
||||||
|
|
||||||
<br>
|
The Apache ActiveMQ 6.0.0 release notes can be found in the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12328953">Apache ActiveMQ project JIRA</a>.
|
||||||
|
|
||||||
<h2>22th January 2014</h2>
|
|
||||||
|
|
||||||
These are the release notes for ActiveMQ 2.4.1.Final<br><br>
|
|
||||||
|
|
||||||
For full description of the contents please see the
|
|
||||||
<a href="https://issues.jboss.org/secure/ReleaseNote.jspa?version=12323863&styleName=Html&projectId=12310830&Create=Create&atl_token=AQZJ-FV3A-N91S-UDEU|b93a9de57630404d8d3e4728027e899036f5eaab|lout">ActiveMQ project JIRA</a>.<br><br>
|
|
||||||
|
|
||||||
2.4.1.Final is a patch release built on 2.4.0.Final.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
For more info on what this release has to offer please refer to the quick start guide or the user manual. Enjoy!!
|
For more info on what this release has to offer please refer to the quick start guide or the user manual. Enjoy!!
|
||||||
|
|
|
@ -149,4 +149,4 @@ The stand-alone server architecture is shown in figure 3.3 below:
|
||||||
|
|
||||||
![ActiveMQ architecture3](images/architecture3.jpg)
|
![ActiveMQ architecture3](images/architecture3.jpg)
|
||||||
|
|
||||||
For more information on server configuration files see [Server Configuration](server-configuration.md)
|
For more information on server configuration files see [Server Configuration](configuration-index.md)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -102,8 +102,8 @@ The configuration file used to bootstrap the server (e.g.
|
||||||
files.
|
files.
|
||||||
|
|
||||||
- `activemq-configuration.xml`. This is the main ActiveMQ
|
- `activemq-configuration.xml`. This is the main ActiveMQ
|
||||||
configuration file. All the parameters in this file are described in
|
configuration file. All the parameters in this file are
|
||||||
?. Please see ? for more information on this file.
|
described [here](configuration-index.md)
|
||||||
|
|
||||||
It is also possible to use system property substitution in all the
|
It is also possible to use system property substitution in all the
|
||||||
configuration files. by replacing a value with the name of a system
|
configuration files. by replacing a value with the name of a system
|
||||||
|
|
Loading…
Reference in New Issue