Modified: websites/production/activemq/content/release-guide.html
==============================================================================
--- websites/production/activemq/content/release-guide.html (original)
+++ websites/production/activemq/content/release-guide.html Fri Oct 16 13:34:29
2015
@@ -74,7 +74,7 @@
<a href="developers.html">Developers</a> > <a
href="release-guide.html">Release Guide</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
@@ -154,11 +154,20 @@ cd activemq-release
</div></div></li><li><p>Perform the release to the staging repo</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
<pre class="brush: java; gutter: false; theme: Default"
style="font-size:12px;">mvn release:perform
</pre>
-</div></div><p>This uses both the activemq release profile which directs
building source jars, javadoc jars, and signing everything, and also the
settings release profile that says where to<br clear="none"> put stuff and how
to sign it.</p></li><li>Close the staging repository<br clear="none"> Quote
from the <a shape="rect" class="external-link"
href="http://maven.apache.org/developers/release/apache-release.html">Maven
release guide for Apache projects</a><blockquote><p>Login to <a shape="rect"
class="external-link"
href="https://repository.apache.org">https://repository.apache.org</a> using
your Apache LDAP credentials. Click on "Staging". Then click on "maven" in the
list of repositories. In the panel below you should see an open repository that
is linked to your username and ip. Right click on this repository and select
"Close". This will close the repository from future deployments and make it
available for others to view. If you are staging multiple releases together,
skip thi
s step until you have staged everything. Enter the name and version of the
artifact being released in the "Description" field and then click "Close". This
will make it easier to identify it later.</p></blockquote>See the image in the
original guide for more info.</li><li>Verify staged artifacts<br clear="none">
Quote from the <a shape="rect" class="external-link"
href="http://maven.apache.org/developers/release/apache-release.html">original
guide</a><blockquote><p>If you click on your repository, a tree view will
appear below. You can then browse the contents to ensure the artifacts are as
you expect them. Pay particular attention to the existence of *.asc (signature)
files. If the you don't like the content of the repository, right click your
repository and choose "Drop". You can then rollback your release and repeat the
process.<br clear="none"> Note the repository URL, you will need this in your
vote email.</p></blockquote></li><li><p>Stage the maven generated site<br
clear="none
"> Note that the -Prelease profile is needed to specify the profile in
settings.xml that configures the staging location.<br clear="none"> Build the
site from the tag that release:perform checked out into target/checkout in the
previous step.</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
+</div></div><p>This uses both the activemq release profile which directs
building source jars, javadoc jars, and signing everything, and also the
settings release profile that says where to<br clear="none"> put stuff and how
to sign it.</p></li><li>Close the staging repository<br clear="none"> Quote
from the <a shape="rect" class="external-link"
href="http://maven.apache.org/developers/release/apache-release.html">Maven
release guide for Apache projects</a><blockquote><p>Login to <a shape="rect"
class="external-link"
href="https://repository.apache.org">https://repository.apache.org</a> using
your Apache LDAP credentials. Click on "Staging". Then click on "maven" in the
list of repositories. In the panel below you should see an open repository that
is linked to your username and ip. Right click on this repository and select
"Close". This will close the repository from future deployments and make it
available for others to view. If you are staging multiple releases together,
skip thi
s step until you have staged everything. Enter the name and version of the
artifact being released in the "Description" field and then click "Close". This
will make it easier to identify it later.</p></blockquote>See the image in the
original guide for more info.</li><li>Verify staged artifacts<br clear="none">
Quote from the <a shape="rect" class="external-link"
href="http://maven.apache.org/developers/release/apache-release.html">original
guide</a><blockquote><p>If you click on your repository, a tree view will
appear below. You can then browse the contents to ensure the artifacts are as
you expect them. Pay particular attention to the existence of *.asc (signature)
files. If the you don't like the content of the repository, right click your
repository and choose "Drop". You can then rollback your release and repeat the
process.<br clear="none"> Note the repository URL, you will need this in your
vote email.</p></blockquote></li><li><p>Build the site from the tag that
release:perf
orm checked out into target/checkout in the previous step.<br clear="none">
Note that the -Prelease profile is needed to specify the profile in
settings.xml that configures the staging location.</p><div class="code panel
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
<pre class="brush: java; gutter: false; theme: Default"
style="font-size:12px;">cd target/checkout
-mvn site site:deploy -Prelease
-</pre>
-</div></div><p>This will copy to the staging.siteURL set up in your
settings.xml release profile.</p></li><li>Call a vote on the dev list, listing
the great new features of the release.</li><li>After it passes, promote the
release (i.e. release the staging repository): login to<span style="color:
rgb(112,112,112);"> </span><a shape="rect" class="external-link"
href="https://repository.apache.org/">https://repository.apache.org</a>,
navigate to the staging repository and click the "release"
button</li><li><p>replicate the contents of mvn apache-activemq/<version>
directory to the dist website on people.apache.org using svn</p><div
class="preformatted panel" style="border-width: 1px;"><div
class="preformattedContent panelContent">
+mvn site -Prelease</pre>
+</div></div></li><li><p>Populate the Javadocs site in svn</p><div
class="preformatted panel" style="border-width: 1px;"><div
class="preformattedContent panelContent">
+<pre>svn co
https://svn.apache.org/repos/infra/websites/production/activemq/content
+cd content/maven
+mkdir <version>
+#copy over apidocs folder that was created by the site plugin to
<version>/apidocs
+svn add <version>
+svn rm apidocs
+ln -s <version>/apidocs apidocs
+svn add apidocs
+# and commit once it looks good.</pre>
+</div></div></li><li>Call a vote on the dev list, listing the great new
features of the release.</li><li>After it passes, promote the release (i.e.
release the staging repository): login to<span style="color:
rgb(112,112,112);"> </span><a shape="rect" class="external-link"
href="https://repository.apache.org/">https://repository.apache.org</a>,
navigate to the staging repository and click the "release"
button</li><li><p>replicate the contents of mvn apache-activemq/<version>
directory to the dist website on people.apache.org using svn</p><div
class="preformatted panel" style="border-width: 1px;"><div
class="preformattedContent panelContent">
<pre>ssh [apacheId]@people.apache.org
svn co https://dist.apache.org/repos/dist/release/activemq/
cd activemq
Modified: websites/production/activemq/content/release-info.html
==============================================================================
--- websites/production/activemq/content/release-info.html (original)
+++ websites/production/activemq/content/release-info.html Fri Oct 16 13:34:29
2015
@@ -64,7 +64,7 @@
<a href="developers.html">Developers</a> > <a
href="developer-guide.html">Developer Guide</a> > <a
href="release-plans.html">Release Plans</a> > <a
href="release-info.html">Release Info</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/release-plans.html
==============================================================================
--- websites/production/activemq/content/release-plans.html (original)
+++ websites/production/activemq/content/release-plans.html Fri Oct 16 13:34:29
2015
@@ -64,7 +64,7 @@
<a href="developers.html">Developers</a> > <a
href="developer-guide.html">Developer Guide</a> > <a
href="release-plans.html">Release Plans</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/replicated-leveldb-store.html
==============================================================================
--- websites/production/activemq/content/replicated-leveldb-store.html
(original)
+++ websites/production/activemq/content/replicated-leveldb-store.html Fri Oct
16 13:34:29 2015
@@ -73,7 +73,7 @@
<a href="features.html">Features</a> > <a
href="persistence.html">Persistence</a> > <a
href="replicated-leveldb-store.html">Replicated LevelDB Store</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/replicated-message-store.html
==============================================================================
--- websites/production/activemq/content/replicated-message-store.html
(original)
+++ websites/production/activemq/content/replicated-message-store.html Fri Oct
16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="features.html">Features</a> > <a
href="clustering.html">Clustering</a> > <a
href="replicated-message-store.html">Replicated Message Store</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified:
websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
==============================================================================
---
websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
(original)
+++
websites/production/activemq/content/resource-adapter-does-not-seem-to-pool-connections.html
Fri Oct 16 13:34:29 2015
@@ -73,7 +73,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="errors.html">Errors</a> > <a
href="resource-adapter-does-not-seem-to-pool-connections.html">Resource Adapter
does not seem to pool connections</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/resource-adapter-properties.html
==============================================================================
--- websites/production/activemq/content/resource-adapter-properties.html
(original)
+++ websites/production/activemq/content/resource-adapter-properties.html Fri
Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="connectivity.html">Connectivity</a> > <a
href="containers.html">Containers</a> > <a
href="resource-adapter.html">Resource Adapter</a> > <a
href="resource-adapter-properties.html">Resource Adapter Properties</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/resource-adapter.html
==============================================================================
--- websites/production/activemq/content/resource-adapter.html (original)
+++ websites/production/activemq/content/resource-adapter.html Fri Oct 16
13:34:29 2015
@@ -64,7 +64,7 @@
<a href="connectivity.html">Connectivity</a> > <a
href="containers.html">Containers</a> > <a
href="resource-adapter.html">Resource Adapter</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/rest-protocols.html
==============================================================================
--- websites/production/activemq/content/rest-protocols.html (original)
+++ websites/production/activemq/content/rest-protocols.html Fri Oct 16
13:34:29 2015
@@ -73,7 +73,7 @@
<a href="developers.html">Developers</a> > <a
href="developer-guide.html">Developer Guide</a> > <a
href="design-documents.html">Design Documents</a> > <a
href="rest-protocols.html">REST protocols</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/rest.html
==============================================================================
--- websites/production/activemq/content/rest.html (original)
+++ websites/production/activemq/content/rest.html Fri Oct 16 13:34:29 2015
@@ -73,7 +73,7 @@
<a href="connectivity.html">Connectivity</a> > <a
href="protocols.html">Protocols</a> > <a href="rest.html">REST</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/restful-queue.html
==============================================================================
--- websites/production/activemq/content/restful-queue.html (original)
+++ websites/production/activemq/content/restful-queue.html Fri Oct 16 13:34:29
2015
@@ -73,7 +73,7 @@
<a href="developers.html">Developers</a> > <a
href="ideas.html">Ideas</a> > <a href="restful-queue.html">RESTful
Queue</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/retroactive-consumer.html
==============================================================================
--- websites/production/activemq/content/retroactive-consumer.html (original)
+++ websites/production/activemq/content/retroactive-consumer.html Fri Oct 16
13:34:29 2015
@@ -73,7 +73,7 @@
<a href="features.html">Features</a> > <a
href="consumer-features.html">Consumer Features</a> > <a
href="retroactive-consumer.html">Retroactive Consumer</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/rss-and-atom.html
==============================================================================
--- websites/production/activemq/content/rss-and-atom.html (original)
+++ websites/production/activemq/content/rss-and-atom.html Fri Oct 16 13:34:29
2015
@@ -64,7 +64,7 @@
<a href="connectivity.html">Connectivity</a> > <a
href="protocols.html">Protocols</a> > <a
href="rss-and-atom.html">RSS and Atom</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/ruby.html
==============================================================================
--- websites/production/activemq/content/ruby.html (original)
+++ websites/production/activemq/content/ruby.html Fri Oct 16 13:34:29 2015
@@ -73,7 +73,7 @@
<a href="connectivity.html">Connectivity</a> > <a
href="cross-language-clients.html">Cross Language Clients</a> > <a
href="ruby.html">Ruby</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/run-broker.html
==============================================================================
--- websites/production/activemq/content/run-broker.html (original)
+++ websites/production/activemq/content/run-broker.html Fri Oct 16 13:34:29
2015
@@ -73,7 +73,7 @@
<a href="using-activemq-4.html">Using ActiveMQ 4</a> > <a
href="run-broker.html">Run Broker</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/runtime-configuration.html
==============================================================================
--- websites/production/activemq/content/runtime-configuration.html (original)
+++ websites/production/activemq/content/runtime-configuration.html Fri Oct 16
13:34:29 2015
@@ -73,7 +73,7 @@
<a href="features.html">Features</a> > <a
href="new-features.html">New Features</a> > <a
href="new-features-in-59.html">New Features in 5.9</a> > <a
href="runtime-configuration.html">Runtime Configuration</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/sample-camel-routes.html
==============================================================================
--- websites/production/activemq/content/sample-camel-routes.html (original)
+++ websites/production/activemq/content/sample-camel-routes.html Fri Oct 16
13:34:29 2015
@@ -73,7 +73,7 @@
<a href="using-activemq-4.html">Using ActiveMQ 4</a> > <a
href="user-submitted-configurations.html">User Submitted
Configurations</a> > <a href="sample-camel-routes.html">Sample
Camel Routes</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/sample-report.html
==============================================================================
--- websites/production/activemq/content/sample-report.html (original)
+++ websites/production/activemq/content/sample-report.html Fri Oct 16 13:34:29
2015
@@ -64,7 +64,7 @@
<a href="features.html">Features</a> > <a
href="performance.html">Performance</a> > <a
href="activemq-performance-module-users-manual.html">ActiveMQ Performance
Module Users Manual</a> > <a href="sample-report.html">sample
report</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/sandbox.html
==============================================================================
--- websites/production/activemq/content/sandbox.html (original)
+++ websites/production/activemq/content/sandbox.html Fri Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="developers.html">Developers</a> > <a
href="sandbox.html">Sandbox</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/scaling-queues.html
==============================================================================
--- websites/production/activemq/content/scaling-queues.html (original)
+++ websites/production/activemq/content/scaling-queues.html Fri Oct 16
13:34:29 2015
@@ -73,7 +73,7 @@
<a href="features.html">Features</a> > <a
href="horizontal-scaling.html">Horizontal Scaling</a> > <a
href="scaling-queues.html">Scaling Queues</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/scaling-the-depth-of-a-queue.html
==============================================================================
--- websites/production/activemq/content/scaling-the-depth-of-a-queue.html
(original)
+++ websites/production/activemq/content/scaling-the-depth-of-a-queue.html Fri
Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="features.html">Features</a> > <a
href="scaling-the-depth-of-a-queue.html">Scaling the Depth of a Queue</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/security-advisories.html
==============================================================================
--- websites/production/activemq/content/security-advisories.html (original)
+++ websites/production/activemq/content/security-advisories.html Fri Oct 16
13:34:29 2015
@@ -64,7 +64,7 @@
<a href="community.html">Community</a> > <a
href="security-advisories.html">Security Advisories</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/security.html
==============================================================================
--- websites/production/activemq/content/security.html (original)
+++ websites/production/activemq/content/security.html Fri Oct 16 13:34:29 2015
@@ -75,7 +75,7 @@
<a href="features.html">Features</a> > <a
href="security.html">Security</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
@@ -105,52 +105,7 @@
</users>
</simpleAuthenticationPlugin>
</pre>
-</div></div><p>To allow anonymous access to the broker, use
<code>anonymousAccessAllowed</code> attribute and set it to <code>true</code>
as shown above. Now, when the client connects without username and password
provided, a default username (<code>anonymous</code>) and group
(<code>anonymous</code>) will be assigned to its security context. You can use
this username and password to authorize client's access to appropriate broker
resources (see the next section). You can also change username and group that
will be assigned to <em>anonymous</em> users by using
<code>anonymousUser</code> and <code>anonymousGroup</code> attributes.</p><h3
id="Security-Authorization">Authorization</h3><p>In ActiveMQ we use a number of
operations which you can associate with user roles and either individual queues
or topics or you can use wildcards to attach to hierarchies of topics and
queues.</p><div class="table-wrap"><table
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="conflu
enceTh"><p>Operation</p></th><th colspan="1" rowspan="1"
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p>read</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>You can browse and consume from the
destination</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>write</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>You can send messages to the
destination</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>admin</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>You can lazily create the destination if it does not
yet exist. This allows you fine grained control over which new destinations can
be dynamically created in what part of the queue/topic
hierarchy</p></td></tr></tbody></table></div><p>Queues/Topics can specified
using the ActiveMQ <a shape="rect" href="wildcards.html">Wildcards</a>
syntax.</p><h4 id="Security-AuthorizationExample">Authorization Example</h4>
<p>The following <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/jaas-broker.xml">example</a>
shows these 2 plugins in operation. Though note its very easy to write your
own plugin.</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
-<script class="brush: xml; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[
-<beans
- xmlns="http://www.springframework.org/schema/beans"
- xmlns:amq="http://activemq.apache.org/schema/core"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core.xsd">
-
- <bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
-
- <broker useJmx="false" persistent="false"
xmlns="http://activemq.apache.org/schema/core"
populateJMSXUserID="true">
-
- <plugins>
- <!-- use JAAS to authenticate using the login.config file on the
classpath to configure JAAS -->
- <jaasAuthenticationPlugin configuration="activemq-domain"
/>
-
- <!-- lets configure a destination based authorization mechanism
-->
- <authorizationPlugin>
- <map>
- <authorizationMap>
- <authorizationEntries>
- <authorizationEntry queue=">"
read="admins" write="admins" admin="admins" />
- <authorizationEntry queue="USERS.>"
read="users" write="users" admin="users" />
- <authorizationEntry queue="GUEST.>"
read="guests" write="guests,users"
admin="guests,users" />
-
- <authorizationEntry topic=">"
read="admins" write="admins" admin="admins" />
- <authorizationEntry topic="USERS.>"
read="users" write="users" admin="users" />
- <authorizationEntry topic="GUEST.>"
read="guests" write="guests,users"
admin="guests,users" />
-
- <authorizationEntry topic="ActiveMQ.Advisory.>"
read="guests,users" write="guests,users"
admin="guests,users"/>
- </authorizationEntries>
-
- <!-- let's assign roles to temporary destinations. comment
this entry if we don't want any roles assigned to temp destinations -->
- <tempDestinationAuthorizationEntry>
- <tempDestinationAuthorizationEntry
read="tempDestinationAdmins" write="tempDestinationAdmins"
admin="tempDestinationAdmins"/>
- </tempDestinationAuthorizationEntry>
- </authorizationMap>
- </map>
- </authorizationPlugin>
- </plugins>
- </broker>
-
-</beans>
-]]></script>
-</div></div><p><strong>Note</strong> that full access rights should generally
be given to the ActiveMQ.Advisory destinations because by default an
ActiveMQConnection uses destination advisories to get early knowledge of temp
destination creation and deletion. In addition, dynamic network connectors use
advisories to determine consumer demand.<br clear="none"> If necessary, the use
of advisories in this manner can be disabled via the
<em>watchTopicAdvisories</em> boolean attribute of ActiveMQConnectionFactory
and for a networkConnector, via the network connector
<em>staticBridge</em>(5.6) boolean attribute.</p><h3
id="Security-Broker-to-BrokerAuthenticationandAuthorization">Broker-to-Broker
Authentication and Authorization</h3><p>If you have enabled authentication for
a particular message broker, then other brokers that wish to connect to that
broker must provide the proper authentication credentials via their
<networkConnector> element. For example, suppose that we have a netw
ork of brokers with the following configuration:</p><ul
class="alternate"><li>The network of brokers comprises two brokers (BrokerA and
BrokerB)</li><li>Authentication for BrokerA has been enabled via the example
<simpleAuthenticationPlugin> element.</li><li>Authentication for BrokerB
has not been enabled.</li><li>BrokerA only listens for connections. In other
words, BrokerA has a <transportConnector> element, but no
<networkConnector> elements.</li></ul><p>In order for BrokerB to connect
to BrokerA, the corresponding <networkConnector> element in BrokerB's XML
configuration file must be set up as follows.</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>To allow anonymous access to the broker, use
<code>anonymousAccessAllowed</code> attribute and set it to <code>true</code>
as shown above. Now, when the client connects without username and password
provided, a default username (<code>anonymous</code>) and group
(<code>anonymous</code>) will be assigned to its security context. You can use
this username and password to authorize client's access to appropriate broker
resources (see the next section). You can also change username and group that
will be assigned to <em>anonymous</em> users by using
<code>anonymousUser</code> and <code>anonymousGroup</code> attributes.</p><h3
id="Security-Authorization">Authorization</h3><p>In ActiveMQ we use a number of
operations which you can associate with user roles and either individual queues
or topics or you can use wildcards to attach to hierarchies of topics and
queues.</p><div class="table-wrap"><table
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="conflu
enceTh"><p>Operation</p></th><th colspan="1" rowspan="1"
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"><p>read</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>You can browse and consume from the
destination</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>write</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>You can send messages to the
destination</p></td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"><p>admin</p></td><td colspan="1" rowspan="1"
class="confluenceTd"><p>You can lazily create the destination if it does not
yet exist. This allows you fine grained control over which new destinations can
be dynamically created in what part of the queue/topic
hierarchy</p></td></tr></tbody></table></div><p>Queues/Topics can specified
using the ActiveMQ <a shape="rect" href="wildcards.html">Wildcards</a>
syntax.</p><h4 id="Security-AuthorizationExample">Authorization Example</h4>
<p>The following <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/jaas-broker.xml">example</a>
shows these 2 plugins in operation. Though note its very easy to write your
own plugin.</p><div class="error"><span class="error">Error formatting macro:
snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20</span>
</div><p><strong>Note</strong> that full access rights should generally be
given to the ActiveMQ.Advisory destinations because by default an
ActiveMQConnection uses destination advisories to get early knowledge of temp
destination creation and deletion. In addition, dynamic network connectors use
advisories to determine consumer demand.<br clear="none"> If necessary, the use
of advisories in this manner can be disabled via the
<em>watchTopicAdvisories</em> boolean attribute of ActiveMQConnectionFactory
and for a networkConnector, via the network connector <em
>staticBridge</em>(5.6) boolean attribute.</p><h3
>id="Security-Broker-to-BrokerAuthenticationandAuthorization">Broker-to-Broker
>Authentication and Authorization</h3><p>If you have enabled authentication
>for a particular message broker, then other brokers that wish to connect to
>that broker must provide the proper authentication credentials via their
><networkConnector> element. For example, suppose that we have a network
>of brokers with the following configuration:</p><ul class="alternate"><li>The
>network of brokers comprises two brokers (BrokerA and
>BrokerB)</li><li>Authentication for BrokerA has been enabled via the example
><simpleAuthenticationPlugin> element.</li><li>Authentication for
>BrokerB has not been enabled.</li><li>BrokerA only listens for connections.
>In other words, BrokerA has a <transportConnector> element, but no
><networkConnector> elements.</li></ul><p>In order for BrokerB to
>connect to BrokerA, the corresponding <networkConnector> elem
ent in BrokerB's XML configuration file must be set up as follows.</p><div
class="code panel pdl" style="border-width: 1px;"><div class="codeContent
panelContent pdl">
<pre class="brush: xml; gutter: false; theme: Default"
style="font-size:12px;"><networkConnectors>
<networkConnector name="brokerAbridge"
userName="user"
Modified: websites/production/activemq/content/seda.html
==============================================================================
--- websites/production/activemq/content/seda.html (original)
+++ websites/production/activemq/content/seda.html Fri Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="terminology.html">Terminology</a> > <a
href="seda.html">SEDA</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/selectors.html
==============================================================================
--- websites/production/activemq/content/selectors.html (original)
+++ websites/production/activemq/content/selectors.html Fri Oct 16 13:34:29 2015
@@ -73,7 +73,7 @@
<a href="features.html">Features</a> > <a
href="consumer-features.html">Consumer Features</a> > <a
href="selectors.html">Selectors</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified:
websites/production/activemq/content/setting-up-activemq-with-tomcat-559.html
==============================================================================
---
websites/production/activemq/content/setting-up-activemq-with-tomcat-559.html
(original)
+++
websites/production/activemq/content/setting-up-activemq-with-tomcat-559.html
Fri Oct 16 13:34:29 2015
@@ -74,7 +74,7 @@
<a href="connectivity.html">Connectivity</a> > <a
href="containers.html">Containers</a> > <a
href="tomcat.html">Tomcat</a> > <a
href="setting-up-activemq-with-tomcat-559.html">Setting up ActiveMQ with Tomcat
5.5.9</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified:
websites/production/activemq/content/shared-file-system-master-slave.html
==============================================================================
--- websites/production/activemq/content/shared-file-system-master-slave.html
(original)
+++ websites/production/activemq/content/shared-file-system-master-slave.html
Fri Oct 16 13:34:29 2015
@@ -74,7 +74,7 @@
<a href="features.html">Features</a> > <a
href="clustering.html">Clustering</a> > <a
href="masterslave.html">MasterSlave</a> > <a
href="shared-file-system-master-slave.html">Shared File System Master Slave</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/shiro.html
==============================================================================
--- websites/production/activemq/content/shiro.html (original)
+++ websites/production/activemq/content/shiro.html Fri Oct 16 13:34:29 2015
@@ -73,7 +73,7 @@
<a href="features.html">Features</a> > <a
href="security.html">Security</a> > <a href="shiro.html">Shiro</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified:
websites/production/activemq/content/should-i-deploy-enterprise-integration-patterns-in-the-broker-or-another-application.html
==============================================================================
---
websites/production/activemq/content/should-i-deploy-enterprise-integration-patterns-in-the-broker-or-another-application.html
(original)
+++
websites/production/activemq/content/should-i-deploy-enterprise-integration-patterns-in-the-broker-or-another-application.html
Fri Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="using-apache-activemq.html">Using Apache ActiveMQ</a> > <a
href="should-i-deploy-enterprise-integration-patterns-in-the-broker-or-another-application.html">Should
I deploy Enterprise Integration Patterns in the broker or another
application</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified:
websites/production/activemq/content/should-i-deploy-the-broker-inside-my-jvm-or-appserver.html
==============================================================================
---
websites/production/activemq/content/should-i-deploy-the-broker-inside-my-jvm-or-appserver.html
(original)
+++
websites/production/activemq/content/should-i-deploy-the-broker-inside-my-jvm-or-appserver.html
Fri Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="using-apache-activemq.html">Using Apache ActiveMQ</a> > <a
href="should-i-deploy-the-broker-inside-my-jvm-or-appserver.html">Should I
deploy the broker inside my JVM or AppServer</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified:
websites/production/activemq/content/should-i-run-activemq-on-windows-in-a-directory-with-spaces.html
==============================================================================
---
websites/production/activemq/content/should-i-run-activemq-on-windows-in-a-directory-with-spaces.html
(original)
+++
websites/production/activemq/content/should-i-run-activemq-on-windows-in-a-directory-with-spaces.html
Fri Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="general.html">General</a> > <a
href="should-i-run-activemq-on-windows-in-a-directory-with-spaces.html">Should
I run ActiveMQ on Windows in a directory with spaces</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/should-i-use-transactions.html
==============================================================================
--- websites/production/activemq/content/should-i-use-transactions.html
(original)
+++ websites/production/activemq/content/should-i-use-transactions.html Fri Oct
16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="jms.html">JMS</a> > <a
href="should-i-use-transactions.html">Should I use transactions</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/should-i-use-xa.html
==============================================================================
--- websites/production/activemq/content/should-i-use-xa.html (original)
+++ websites/production/activemq/content/should-i-use-xa.html Fri Oct 16
13:34:29 2015
@@ -73,7 +73,7 @@
<a href="community.html">Community</a> > <a
href="faq.html">FAQ</a> > <a
href="jms.html">JMS</a> > <a href="should-i-use-xa.html">Should I
use XA</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/site.html
==============================================================================
--- websites/production/activemq/content/site.html (original)
+++ websites/production/activemq/content/site.html Fri Oct 16 13:34:29 2015
@@ -64,7 +64,7 @@
<a href="site.html">Site</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
Modified: websites/production/activemq/content/siteindex.html
==============================================================================
--- websites/production/activemq/content/siteindex.html (original)
+++ websites/production/activemq/content/siteindex.html Fri Oct 16 13:34:29 2015
@@ -75,7 +75,7 @@
<a href="site.html">Site</a> > <a
href="siteindex.html">SiteIndex</a>
</div>
<div id="site-quicklinks">
-<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/5.12.0/apidocs/index.html">JavaDocs</a>
<a shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect"
class="external-link"
href="http://activemq.apache.org/maven/apidocs/index.html">JavaDocs</a> <a
shape="rect" href="javadocs.html">More...</a> | <a shape="rect"
href="source.html">Source</a> | <a shape="rect"
href="discussion-forums.html">Forums</a> | <a shape="rect"
href="support.html">Support</a></p>
</div>
</div>
@@ -88,7 +88,7 @@
<p>
<table class="grid" width="99%" cellspacing="0"><tr><td colspan="2"
rowspan="1">
- <table width="100%"><tr><td colspan="1" rowspan="1"><a shape="rect"
href="#index-0-9">0-9</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-A">A</a> ... 103</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-B">B</a> ... 15</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-C">C</a> ... 40</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-D">D</a> ... 24</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-E">E</a> ... 7</td></tr><tr><td colspan="1" rowspan="1"><a
shape="rect" href="#index-F">F</a> ... 5</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-G">G</a> ... 4</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-H">H</a> ... 102</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-I">I</a> ... 19</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-J">J</a> ... 31</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-K">K</a> ... 4</td></tr><tr><td colspan="1" rowsp
an="1"><a shape="rect" href="#index-L">L</a> ... 8</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-M">M</a> ... 20</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-N">N</a> ... 19</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-O">O</a> ... 10</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-P">P</a> ... 19</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-Q">Q</a> ... 2</td></tr><tr><td
colspan="1" rowspan="1"><a shape="rect" href="#index-R">R</a> ... 17</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-S">S</a> ... 40</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-T">T</a> ... 18</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-U">U</a> ... 13</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-V">V</a> ... 16</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-W">W</a> ...
26</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect"
href="#index-X">X</a> ... 5</td><t
d colspan="1" rowspan="1"><a shape="rect" href="#index-Y">Y</a> ... 0</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-Z">Z</a> ... 3</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-%21@%23%24">!@#$</a> ...
0</td><td colspan="1" rowspan="1"> </td><td colspan="1"
rowspan="1"> </td></tr></table>
+ <table width="100%"><tr><td colspan="1" rowspan="1"><a shape="rect"
href="#index-0-9">0-9</a> ... 4</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-A">A</a> ... 105</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-B">B</a> ... 15</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-C">C</a> ... 40</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-D">D</a> ... 24</td><td colspan="1" rowspan="1"><a shape="rect"
href="#index-E">E</a> ... 7</td></tr><tr><td colspan="1" rowspan="1"><a
shape="rect" href="#index-F">F</a> ... 5</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-G">G</a> ... 4</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-H">H</a> ... 102</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-I">I</a> ... 19</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-J">J</a> ... 31</td><td colspan="1" rowspan="1"><a
shape="rect" href="#index-K">K</a> ... 4</td></tr><tr><td colspan="1" rowsp
an="1"><a shape="rect" href="#index-L">L</a> ... 8</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-M">M</a> ... 20</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-N">N</a> ... 19</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-O">O</a> ... 10</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-P">P</a> ... 19</td><td colspan="1"
rowspan="1"><a shape="rect" href="#index-Q">Q</a> ... 2</td></tr><tr><td
colspan="1" rowspan="1"><a shape="rect" href="#index-R">R</a> ... 17</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-S">S</a> ... 40</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-T">T</a> ... 18</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-U">U</a> ... 13</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-V">V</a> ... 16</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-W">W</a> ...
26</td></tr><tr><td colspan="1" rowspan="1"><a shape="rect"
href="#index-X">X</a> ... 5</td><t
d colspan="1" rowspan="1"><a shape="rect" href="#index-Y">Y</a> ... 0</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-Z">Z</a> ... 3</td><td
colspan="1" rowspan="1"><a shape="rect" href="#index-%21@%23%24">!@#$</a> ...
0</td><td colspan="1" rowspan="1"> </td><td colspan="1"
rowspan="1"> </td></tr></table>
</td></tr><tr valign="top"><td colspan="1" rowspan="1"><h4
style="margin-top: 0px"><a shape="rect" name="index-0-9"></a>0-9</h4>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/2007+April">2007
April</a>
<br clear="none">
@@ -199,6 +199,9 @@
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+5.12.0+Release">ActiveMQ
5.12.0 Release</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0
36px">http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png
ActiveMQ 5.12.0 Release Apache ActiveMQ 5.12.0 resolves several issues
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12329258,
and p</div>
+ <span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+5.12.1+Release">ActiveMQ
5.12.1 Release</a>
+ <br clear="none">
+ <div class="smalltext" style="margin: 0 0 0
36px">http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png
ActiveMQ 5.12.1 Release Apache ActiveMQ 5.12.1 includes several improvements
and resolved issues
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=123112</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/ActiveMQ+5.2.0+Release">ActiveMQ
5.2.0 Release</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0
36px">http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png
New Features in 5.2 Getting the Binary Distributions Description Download Link
PGP Signature file of download Windows Distribution
apache-activemq-5.2.0-bin.zip http://ar</div>
@@ -385,6 +388,9 @@
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect" href="apache-activemq-board-report-201508-august.html">Apache
ActiveMQ Board Report - 2015.08 (August)</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">TLP
Description: Apache ActiveMQ is a popular and powerful open source messaging
server. Apache ActiveMQ is fast, supports many cross language clients and
protocols, comes with easy to use enterprise integration patterns and many
advanced features while f</div>
+ <span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect" href="apache-activemq-board-report-201510-october.html">Apache
ActiveMQ Board Report - 2015.10 (October)</a>
+ <br clear="none">
+ <div class="smalltext" style="margin: 0 0 0 36px">TLP
Description: Apache ActiveMQ is a popular and powerful open source messaging
server. Apache ActiveMQ is fast, supports many cross language clients and
protocols, comes with easy to use enterprise integration patterns and many
advanced features while f</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Apache+ActiveMQ+Board+Report+-+April+2008">Apache
ActiveMQ Board Report - April 2008</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">Status report
for the Apache ActiveMQ Project Community: The ActiveMQ community continues to
stay vibrant with a very healthy amount of email traffic flowing through it's
email lists. It has also added several new committers to it's ranks. New
Committers:</div>
@@ -582,7 +588,7 @@
</td></tr><tr valign="top"><td colspan="1" rowspan="1"><h4
style="margin-top: 0px"><a shape="rect" name="index-D"></a>D</h4>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Delay+and+Schedule+Message+Delivery">Delay
and Schedule Message Delivery</a>
<br clear="none">
- <div class="smalltext" style="margin: 0 0 0 36px">ActiveMQ from
version 5.4 has an optional persistent scheduler built into the ActiveMQ
message broker. It is enabled by setting the broker schedulerSupport attribute
to true in the xml configuration. An ActiveMQ client can take advantage of a
delayed deli</div>
+ <div class="smalltext" style="margin: 0 0 0 36px">ActiveMQ from
version 5.4 has an optional persistent scheduler built into the ActiveMQ
message broker. It is enabled by setting the broker schedulerSupport attribute
to true in the Xml Configuration. An ActiveMQ client can take advantage of a
delayed deli</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Delete+Inactive+Destinations">Delete
Inactive Destinations</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">Sometimes you
might want to delete destinations that are inactive for a period of time. Since
ActiveMQ version 5.4.0, it's possible to do that using destination policy
entries and broker attribute schedulePeriodForDestinationPurge > 0. For
example a confi</div>
@@ -639,7 +645,7 @@
<div class="smalltext" style="margin: 0 0 0 36px">nms</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Download">Download</a>
<br clear="none">
- <div class="smalltext" style="margin: 0 0 0 36px">Latest Releases
http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png
The latest stable release is the ActiveMQ 5.12.0 Release Getting past releases
See the Download Archives for all time releases. In Progress SNAPSHOT
Binar</div>
+ <div class="smalltext" style="margin: 0 0 0 36px">Latest Releases
http://activemq.apache.org/activemq-500-release.data/activemq-5.x-box-reflection.png
The latest stable release is the ActiveMQ 5.12.1 Release Getting past releases
See the Download Archives for all time releases. In Progress SNAPSHOT
Binar</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Download+Archives">Download
Archives</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">Download
archives You can use the Apache Archives to download all the ActiveMQ releases.
http://archive.apache.org/dist/activemq/apache-activemq/
http://archive.apache.org/dist/activemq/apache-activemq/ - ActiveMQ releases
The links below contains the rel</div>
@@ -699,7 +705,7 @@
<div class="smalltext" style="margin: 0 0 0 36px">ActiveMQ is the
default JMS provider in Apache Geronimo http://geronimo.apache.org. ActiveMQ
can be used both as JMS Client and a JMS Broker. This short article explains
how to use it on a standalone client to access the topics/queues setup on a
remote Ge</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Getting+Started">Getting
Started</a>
<br clear="none">
- <div class="smalltext" style="margin: 0 0 0 36px">Introduction
This document describes how to install and configure ActiveMQ 4.x/5.x for both
Unix and Windows' platforms. Document Organization The Getting Started Guide
for ActiveMQ 4.x document contains the following sections: #Introduction
#Document Org</div>
+ <div class="smalltext" style="margin: 0 0 0 36px">Introduction
This document describes how to install and configure ActiveMQ 4.x/5.x for both
Unix and Windows' platforms. Document Organization The Getting Started Guide
for ActiveMQ 4.x document contains the following sections: Pre-Installation
Requiremen</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Group+Membership">Group
Membership</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">ActiveBlaze
supports group membership using a GroupChannel - which can be created from a
GroupChannelFactory. You have to explicitly say which group you want to
join/leave - and you can join multiple groups. Each GroupChannel has both a
globally unique id</div>
@@ -1040,7 +1046,7 @@
<div class="smalltext" style="margin: 0 0 0 36px">Configuring an
MDB to receive messages from ActiveMQ There are three MDBs declared in the
ejb-jar.xml deployment descriptor. For this example, I will be explaining how
to configure the TopicDurableMDB to be invoked by JBoss when a message is
received on a</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-homepage" title="Home page">Home page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Index">Index</a>
<br clear="none">
- <div class="smalltext" style="margin: 0 0 0 36px">Download
ActiveMQ 5.12.0 Today! activemq-5.x-box-reflection.png Apache ActiveMQ
http://activemq.apache.org/ ™ is the most popular and powerful open
source messaging and Integration Patterns server. Apache ActiveMQ is fast,
supports many Cross Language Cli</div>
+ <div class="smalltext" style="margin: 0 0 0 36px">Download
ActiveMQ 5.12.1 Today! activemq-5.x-box-reflection.png Apache ActiveMQ
http://activemq.apache.org/ ™ is the most popular and powerful open
source messaging and Integration Patterns server. Apache ActiveMQ is fast,
supports many Cross Language Cli</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Initial+Configuration">Initial
Configuration</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">Initial
Configuration Document Organization #Required JARs #Optional JARS #Persistence
Support #Next steps #Additional Resources #Related Reading #Specifications
#Related open source projects Firstly you need to add the jars to your
classpath. Required JA</div>
@@ -1414,7 +1420,7 @@
<div class="smalltext" style="margin: 0 0 0 36px">QoS is a MOM
abbreviation of the term Quality of Service. There are many different kinds of
messaging with different qualities of service such as topics versus queues
durable messaging versus reliable (some buffering takes place but if a consumer
is down </div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/QuickLinks">QuickLinks</a>
<br clear="none">
- <div class="smalltext" style="margin: 0 0 0 36px">Download |
JavaDocs http://activemq.apache.org/maven/5.12.0/apidocs/index.html More... |
Source | Forums | Support</div>
+ <div class="smalltext" style="margin: 0 0 0 36px">Download |
JavaDocs http://activemq.apache.org/maven/apidocs/index.html More... | Source |
Forums | Support</div>
</td></tr><tr valign="top"><td colspan="1" rowspan="1"><h4
style="margin-top: 0px"><a shape="rect" name="index-R"></a>R</h4>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Redelivery+Policy">Redelivery
Policy</a>
<br clear="none">
@@ -1488,7 +1494,7 @@
<div class="smalltext" style="margin: 0 0 0 36px">ActiveMQ 4.x
and greater provides pluggable security through various different providers.
The most common providers are JAAS http://java.sun.com/products/jaas/ for
authentication a default authorization mechanism using a simple XML
configuration file. Aut</div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/Security+Advisories">Security
Advisories</a>
<br clear="none">
- <div class="smalltext" style="margin: 0 0 0 36px">Apache ActiveMQ
2015 CVE-2015-1830 - Path traversal leading to unauthenticated RCE in ActiveMQ
2014 CVE-2014-3600 - Apache ActiveMQ XXE with XPath selectors CVE-2014-3612 -
ActiveMQ JAAS: LDAPLoginModule allows empty password authentication and
Wildcard I</div>
+ <div class="smalltext" style="margin: 0 0 0 36px">Apache ActiveMQ
2015 CVE-2015-1830 - Path traversal leading to unauthenticated RCE in ActiveMQ
2014 CVE-2014-3600 - Apache ActiveMQ XXE with XPath selectors CVE-2014-3612 -
ActiveMQ JAAS: LDAPLoginModule allows empty password authentication and
Wildcard </div>
<span class="icon aui-icon aui-icon-small
aui-iconfont-page-default" title="Page">Page:</span> <a
shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ/SEDA">SEDA</a>
<br clear="none">
<div class="smalltext" style="margin: 0 0 0 36px">Staged Event
Driven Architecture which is a design pattern for building high performance and
scalable distributed systems. See this paper
http://www.eecs.harvard.edu/~mdw/proj/seda/ for more details.</div>