This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 350199f Automatic Site Publish by Buildbot
350199f is described below
commit 350199f50a195698aaeff71e5293683e601fbb4a
Author: buildbot <[email protected]>
AuthorDate: Mon Dec 20 17:24:04 2021 +0000
Automatic Site Publish by Buildbot
---
output/40-rc-1-guide.html | 1 -
output/integrating-apache-activemq-with-jboss.html | 10 +--
output/jboss-integration.html | 10 +--
output/release-info.html | 1 -
...emq-is-there-a-way-to-measure-its-progress.html | 5 +-
output/xbean-xml-reference-41.html | 8 +-
output/xbean-xml-reference-50.html | 90 +++++++++++-----------
7 files changed, 60 insertions(+), 65 deletions(-)
diff --git a/output/40-rc-1-guide.html b/output/40-rc-1-guide.html
index 62cbb97..fcc8e11 100644
--- a/output/40-rc-1-guide.html
+++ b/output/40-rc-1-guide.html
@@ -98,7 +98,6 @@
<h2 id="general-release-information">General Release Information</h2>
<ul>
- <li><a
href="http://jira.activemq.org/jira/browse/AMQ?report=com.atlassian.jira.plugin.system.project:roadmap-panel">Current
RoadMap</a></li>
<li><a href="release-guide">Release Guide</a></li>
<li><a href="http://wiki.apache.org/incubator/SigningReleases">Signing
Releases</a></li>
<li><a href="http://apache.org/dev/mirrors.html">Apache Mirror
Guidelines</a></li>
diff --git a/output/integrating-apache-activemq-with-jboss.html
b/output/integrating-apache-activemq-with-jboss.html
index 594608d..2de7316 100644
--- a/output/integrating-apache-activemq-with-jboss.html
+++ b/output/integrating-apache-activemq-with-jboss.html
@@ -95,9 +95,9 @@
<h1 id="integrating-apache-activemq-with-jboss">Integrating Apache ActiveMQ
with JBoss</h1>
-<p>Integration with application servers is a common scenario in the enterprise
Java world, especially when it comes to messaging. <a
href="http://activemq.org/">ActiveMQ</a> is a JMS 1.1 compliant, open source,
Apache Licensed, message oriented middleware (MOM) with <a
href="http://activemq.org/siteFeatures/New FeaturesFeatures/New
Features/Features/New Features/changes-in-40">many</a>, <a
href="http://activemq.org/siteFeatures/New
Features/new-features-in-41">many</a> features far beyon [...]
+<p>Integration with application servers is a common scenario in the enterprise
Java world, especially when it comes to messaging. ActiveMQ is a JMS 1.1
compliant, open source, Apache Licensed, message oriented middleware (MOM) with
<a href="changes-in-40">many</a>, <a href="new-features-in-41">many</a>
features far beyond the JMS specification. ActiveMQ offers many different <a
href="connectivity">points of connectivity</a>, many <a
href="cross-language-clients">cross language clients</a [...]
-<p>One of the application servers in the open source world is JBoss. A very
common requirement is to configure ActiveMQ as the messaging infrastructure
within JBoss. Although there is <a
href="http://www.activemq.org/siteConnectivity/ContainersConnectivity/Containers/Connectivity/Containers/jboss-integration">a
bit of documentation</a> on this integration, this article seeks to provide
much more detail and explanation. So if you have a need to integrate ActiveMQ
with JBoss, this article [...]
+<p>One of the application servers in the open source world is JBoss. A very
common requirement is to configure ActiveMQ as the messaging infrastructure
within JBoss. Although there is <a href="jboss-integration">a bit of
documentation</a> on this integration, this article seeks to provide much more
detail and explanation. So if you have a need to integrate ActiveMQ with JBoss,
this article is for you.</p>
<p>This article explains how to configure JBoss to start up ActiveMQ as part
of its lifecycle and how to configure the ActiveMQ resource adapter to handle
the messaging and transactionality between ActiveMQ and JBoss.</p>
@@ -106,7 +106,7 @@
<p>Below are the software requirements for this article with links to download
each:</p>
<ul>
- <li><a
href="http://activemq.org/siteOverviewOverview/Overview/download">Apache
ActiveMQ 4.0.1+</a></li>
+ <li><a href="download">Apache ActiveMQ 4.0.1+</a></li>
<li><a
href="http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=416591">JBoss
4.0.4+</a></li>
<li><a href="http://www.java.com/en/download/index.jsp">Sun Java
1.5+</a></li>
<li><a href="http://ant.apache.org/bindownload.cgi">Apache Ant 1.6+</a></li>
@@ -401,9 +401,9 @@ drwxr-xr-x 6 bsnyder bsnyder 204 Oct 16 16:27
META-INF
</code></pre></div></div>
<p>Now, modify the <code class="language-plaintext
highlighter-rouge">dataDirectory</code> attribute of the <code
class="language-plaintext highlighter-rouge">journaledJDBC</code> element to be
the following: <code class="language-plaintext
highlighter-rouge">${jboss.server.data.dir}/activemq</code>.</p>
-<p>The <code class="language-plaintext
highlighter-rouge"><transportConnectors></code> element is used to
advertise the ActiveMQ broker for client-to-broker communications and the <code
class="language-plaintext highlighter-rouge"><networkConnectors></code>
element advertises the ActiveMQ broker for broker-to-broker communications. The
default configuration is to use the ActiveMQ <a
href="http://www.activemq.org/siteUsing ActiveMQ/Configuring
Transports/ActiveMQ Connection UR [...]
+<p>The <code class="language-plaintext
highlighter-rouge"><transportConnectors></code> element is used to
advertise the ActiveMQ broker for client-to-broker communications and the <code
class="language-plaintext highlighter-rouge"><networkConnectors></code>
element advertises the ActiveMQ broker for broker-to-broker communications. The
default configuration is to use the ActiveMQ <a
href="multicast-transport-reference">multicast transport</a> for both. This is
simply an easy [...]
-<p>`<em>NOTE:</em>** There are far more configuration options available for
ActiveMQ than are noted here. The configuration above is only enough to just
get ActiveMQ up and running, nothing more. For more information on the ActiveMQ
configuration, see the <a href="http://www.activemq.org/siteUsing ActiveMQ/Xml
ReferenceUsing ActiveMQ/Xml Reference/Using ActiveMQ/Xml
Reference/xbean-xml-reference-41">ActiveMQ 4.1 XML Reference</a>.</p>
+<p>`<em>NOTE:</em>** There are far more configuration options available for
ActiveMQ than are noted here. The configuration above is only enough to just
get ActiveMQ up and running, nothing more. For more information on the ActiveMQ
configuration, see the <a href="xbean-xml-reference-41">ActiveMQ 4.1 XML
Reference</a>.</p>
<p>Now we just need to start up JBoss to assure that it comes up correctly
without error using the same commands we used previously to start JBoss:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>$ cd jboss-4.0.4.GA
diff --git a/output/jboss-integration.html b/output/jboss-integration.html
index 594608d..2de7316 100644
--- a/output/jboss-integration.html
+++ b/output/jboss-integration.html
@@ -95,9 +95,9 @@
<h1 id="integrating-apache-activemq-with-jboss">Integrating Apache ActiveMQ
with JBoss</h1>
-<p>Integration with application servers is a common scenario in the enterprise
Java world, especially when it comes to messaging. <a
href="http://activemq.org/">ActiveMQ</a> is a JMS 1.1 compliant, open source,
Apache Licensed, message oriented middleware (MOM) with <a
href="http://activemq.org/siteFeatures/New FeaturesFeatures/New
Features/Features/New Features/changes-in-40">many</a>, <a
href="http://activemq.org/siteFeatures/New
Features/new-features-in-41">many</a> features far beyon [...]
+<p>Integration with application servers is a common scenario in the enterprise
Java world, especially when it comes to messaging. ActiveMQ is a JMS 1.1
compliant, open source, Apache Licensed, message oriented middleware (MOM) with
<a href="changes-in-40">many</a>, <a href="new-features-in-41">many</a>
features far beyond the JMS specification. ActiveMQ offers many different <a
href="connectivity">points of connectivity</a>, many <a
href="cross-language-clients">cross language clients</a [...]
-<p>One of the application servers in the open source world is JBoss. A very
common requirement is to configure ActiveMQ as the messaging infrastructure
within JBoss. Although there is <a
href="http://www.activemq.org/siteConnectivity/ContainersConnectivity/Containers/Connectivity/Containers/jboss-integration">a
bit of documentation</a> on this integration, this article seeks to provide
much more detail and explanation. So if you have a need to integrate ActiveMQ
with JBoss, this article [...]
+<p>One of the application servers in the open source world is JBoss. A very
common requirement is to configure ActiveMQ as the messaging infrastructure
within JBoss. Although there is <a href="jboss-integration">a bit of
documentation</a> on this integration, this article seeks to provide much more
detail and explanation. So if you have a need to integrate ActiveMQ with JBoss,
this article is for you.</p>
<p>This article explains how to configure JBoss to start up ActiveMQ as part
of its lifecycle and how to configure the ActiveMQ resource adapter to handle
the messaging and transactionality between ActiveMQ and JBoss.</p>
@@ -106,7 +106,7 @@
<p>Below are the software requirements for this article with links to download
each:</p>
<ul>
- <li><a
href="http://activemq.org/siteOverviewOverview/Overview/download">Apache
ActiveMQ 4.0.1+</a></li>
+ <li><a href="download">Apache ActiveMQ 4.0.1+</a></li>
<li><a
href="http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=416591">JBoss
4.0.4+</a></li>
<li><a href="http://www.java.com/en/download/index.jsp">Sun Java
1.5+</a></li>
<li><a href="http://ant.apache.org/bindownload.cgi">Apache Ant 1.6+</a></li>
@@ -401,9 +401,9 @@ drwxr-xr-x 6 bsnyder bsnyder 204 Oct 16 16:27
META-INF
</code></pre></div></div>
<p>Now, modify the <code class="language-plaintext
highlighter-rouge">dataDirectory</code> attribute of the <code
class="language-plaintext highlighter-rouge">journaledJDBC</code> element to be
the following: <code class="language-plaintext
highlighter-rouge">${jboss.server.data.dir}/activemq</code>.</p>
-<p>The <code class="language-plaintext
highlighter-rouge"><transportConnectors></code> element is used to
advertise the ActiveMQ broker for client-to-broker communications and the <code
class="language-plaintext highlighter-rouge"><networkConnectors></code>
element advertises the ActiveMQ broker for broker-to-broker communications. The
default configuration is to use the ActiveMQ <a
href="http://www.activemq.org/siteUsing ActiveMQ/Configuring
Transports/ActiveMQ Connection UR [...]
+<p>The <code class="language-plaintext
highlighter-rouge"><transportConnectors></code> element is used to
advertise the ActiveMQ broker for client-to-broker communications and the <code
class="language-plaintext highlighter-rouge"><networkConnectors></code>
element advertises the ActiveMQ broker for broker-to-broker communications. The
default configuration is to use the ActiveMQ <a
href="multicast-transport-reference">multicast transport</a> for both. This is
simply an easy [...]
-<p>`<em>NOTE:</em>** There are far more configuration options available for
ActiveMQ than are noted here. The configuration above is only enough to just
get ActiveMQ up and running, nothing more. For more information on the ActiveMQ
configuration, see the <a href="http://www.activemq.org/siteUsing ActiveMQ/Xml
ReferenceUsing ActiveMQ/Xml Reference/Using ActiveMQ/Xml
Reference/xbean-xml-reference-41">ActiveMQ 4.1 XML Reference</a>.</p>
+<p>`<em>NOTE:</em>** There are far more configuration options available for
ActiveMQ than are noted here. The configuration above is only enough to just
get ActiveMQ up and running, nothing more. For more information on the ActiveMQ
configuration, see the <a href="xbean-xml-reference-41">ActiveMQ 4.1 XML
Reference</a>.</p>
<p>Now we just need to start up JBoss to assure that it comes up correctly
without error using the same commands we used previously to start JBoss:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>$ cd jboss-4.0.4.GA
diff --git a/output/release-info.html b/output/release-info.html
index d97ce99..3cbb505 100644
--- a/output/release-info.html
+++ b/output/release-info.html
@@ -96,7 +96,6 @@
<h2 id="general-release-information">General Release Information</h2>
<ul>
- <li><a
href="http://jira.activemq.org/jira/browse/AMQ?report=com.atlassian.jira.plugin.system.project:roadmap-panel">Current
RoadMap</a></li>
<li><a href="release-guide">Release Guide</a></li>
<li><a href="http://wiki.apache.org/incubator/SigningReleases">Signing
Releases</a></li>
<li><a href="http://apache.org/dev/mirrors.html">Apache Mirror
Guidelines</a></li>
diff --git
a/output/while-posting-large-binary-file-to-activemq-is-there-a-way-to-measure-its-progress.html
b/output/while-posting-large-binary-file-to-activemq-is-there-a-way-to-measure-its-progress.html
index d407afc..e43f464 100644
---
a/output/while-posting-large-binary-file-to-activemq-is-there-a-way-to-measure-its-progress.html
+++
b/output/while-posting-large-binary-file-to-activemq-is-there-a-way-to-measure-its-progress.html
@@ -93,10 +93,7 @@
<div class="col-12 activemq5">
<p> <a href="faq">FAQ</a> > <a href="using-apache-activemq">Using
Apache ActiveMQ</a> > <a
href="while-posting-large-binary-file-to-activemq-is-there-a-way-to-measure-its-progress">While
posting large binary file to activeMQ, is there a way to measure its
progress</a></p>
-<p>If you are using the JMS Streams feature with 4.x of ActiveMQ<br />
-<a
href="http://activemq.org/JMS+Streams">http://activemq.org/JMS+Streams</a></p>
-
-<p>you’d be able to watch the progress in a JMX console or HermesJMS by
looking at the queue depths; each large 1Gb file is split into individual JMS
messages so you can monitor queue depth etc to track progress</p>
+<p>If you are using the <a href="jms-streams">JMS Streams</a> feature with 4.x
of ActiveMQ you’d be able to watch the progress in a JMX console or HermesJMS
by looking at the queue depths; each large 1Gb file is split into individual
JMS messages so you can monitor queue depth etc to track progress</p>
</div>
diff --git a/output/xbean-xml-reference-41.html
b/output/xbean-xml-reference-41.html
index c51059b..6a84280 100644
--- a/output/xbean-xml-reference-41.html
+++ b/output/xbean-xml-reference-41.html
@@ -194,7 +194,7 @@
<p><em><virtualTopic></em></p>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
using a prefix and postfix. The virtual destination creates a wildcard that is
then used to look up all active queue subscriptions which match.</p>
+<p>Creates <a href="virtual-destinations">Virtual Topics</a> using a prefix
and postfix. The virtual destination creates a wildcard that is then used to
look up all active queue subscriptions which match.</p>
<h4
id="the-orgapacheactivemqbrokerregionpolicypolicymap-type-implementations">The
<em>org.apache.activemq.broker.region.policy.PolicyMap</em> Type
Implementations</h4>
@@ -2981,7 +2981,7 @@
<h3 id="the-virtualtopic-element">The <em><virtualTopic></em>
Element</h3>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
using a prefix and postfix. The virtual destination creates a wildcard that is
then used to look up all active queue subscriptions which match.</p>
+<p>Creates <a href="virtual-destinations">Virtual Topics</a> using a prefix
and postfix. The virtual destination creates a wildcard that is then used to
look up all active queue subscriptions which match.</p>
<h4 id="properties-61">Properties</h4>
@@ -3280,11 +3280,11 @@
<p><em><virtualDestinationInterceptor></em></p>
-<p>Implements <a
href="http://incubator.apache.org/activemqFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual
Topics</a>.</p>
+<p>Implements <a href="virtual-destinations">Virtual Topics</a>.</p>
<p><em><virtualTopic></em></p>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
using a prefix and postfix. The virtual destination creates a wildcard that is
then used to look up all active queue subscriptions which match.</p>
+<p>Creates <a href="virtual-destinations">Virtual Topics</a> using a prefix
and postfix. The virtual destination creates a wildcard that is then used to
look up all active queue subscriptions which match.</p>
</div>
diff --git a/output/xbean-xml-reference-50.html
b/output/xbean-xml-reference-50.html
index e298079..b628b7a 100644
--- a/output/xbean-xml-reference-50.html
+++ b/output/xbean-xml-reference-50.html
@@ -264,11 +264,11 @@
<p><em><connectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a href="jmx">JMX</a>.</p>
<p><em><xaConnectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a href="jmx">JMX</a>.</p>
<h4
id="the-orgapacheactivemqbrokerregionvirtualvirtualdestination-type-implementations">The
<em>org.apache.activemq.broker.region.virtual.VirtualDestination</em> Type
Implementations</h4>
@@ -282,7 +282,7 @@
<p><em><virtualTopic></em></p>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
using a prefix and postfix. The virtual destination creates a wildcard that is
then used to look up all active queue subscriptions which match.</p>
+<p>Creates <a href="virtual-destinations">Virtual Topics</a> using a prefix
and postfix. The virtual destination creates a wildcard that is then used to
look up all active queue subscriptions which match.</p>
<h4
id="the-orgapacheactivemqbrokerregionpolicypolicymap-type-implementations">The
<em>org.apache.activemq.broker.region.policy.PolicyMap</em> Type
Implementations</h4>
@@ -356,11 +356,11 @@
<p><em><connectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a href="jmx">JMX</a>.</p>
<p><em><xaConnectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a href="jmx">JMX</a>.</p>
<h4
id="the-orgapacheactivemqbrokerjmxmanagementcontext-type-implementations">The
<em>org.apache.activemq.broker.jmx.ManagementContext</em> Type
Implementations</h4>
@@ -410,11 +410,11 @@
<p><em><messageGroupHashBucketFactory></em></p>
-<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="message-groups">Message Groups</a> functionality.</p>
<p><em><simpleMessageGroupMapFactory></em></p>
-<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="message-groups">Message Groups</a> functionality.</p>
<h4 id="the-orgapacheactivemqusagestoreusage-type-implementations">The
<em>org.apache.activemq.usage.StoreUsage</em> Type Implementations</h4>
@@ -578,11 +578,11 @@
<p><em><connectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a href="jmx">JMX</a>.</p>
<p><em><xaConnectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a href="jmx">JMX</a>.</p>
<h4 id="the-javaxjmsqueue-type-implementations">The <em>javax.jms.Queue</em>
Type Implementations</h4>
@@ -640,7 +640,7 @@
<p><em><masterConnector></em></p>
-<p>Connects a Slave Broker to a Master when using <a
href="http://activemq.apache.orgFeatures/ClusteringFeatures/Clustering/Features/Clustering/masterslave">Master
Slave</a> for High Availability of messages.</p>
+<p>Connects a Slave Broker to a Master when using <a href="masterslave">Master
Slave</a> for High Availability of messages.</p>
<p><em><memoryUsage></em></p>
@@ -692,11 +692,11 @@
<p><em><mirroredQueue></em></p>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
FeaturesFeatures/Destination Features/Features/Destination
Features/mirrored-queues">Mirrored Queue</a> using a prefix and postfix to
define the topic name on which to mirror the queue to.</p>
+<p>Creates <a href="mirrored-queues">Mirrored Queue</a> using a prefix and
postfix to define the topic name on which to mirror the queue to.</p>
<p><em><virtualDestinationInterceptor></em></p>
-<p>Implements <a href="http://activemq.apache.orgFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual
Topics</a>.</p>
+<p>Implements <a href="virtual-destinations">Virtual Topics</a>.</p>
<h4 id="the-orgapacheactivemqfilterdestinationmap-type-implementations">The
<em>org.apache.activemq.filter.DestinationMap</em> Type Implementations</h4>
@@ -1278,7 +1278,7 @@
<p><em>boolean</em></p>
-<p>Sets whether or not <a href="http://activemq.apache.orgFeatures/Destination
FeaturesFeatures/Destination Features/Features/Destination
Features/mirrored-queues">Mirrored Queues</a> should be supported by default if
they have not been explicitly configured.</p>
+<p>Sets whether or not <a href="mirrored-queues">Mirrored Queues</a> should be
supported by default if they have not been explicitly configured.</p>
<p>useShutdownHook</p>
@@ -1290,7 +1290,7 @@
<p><em>boolean</em></p>
-<p>Sets whether or not <a href="http://activemq.apache.orgFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
should be supported by default if they have not been explicitly configured.</p>
+<p>Sets whether or not <a href="virtual-destinations">Virtual Topics</a>
should be supported by default if they have not been explicitly configured.</p>
<p>vmConnectorURI</p>
@@ -1488,7 +1488,7 @@
<h3 id="the-connectionfactory-element">The <em><connectionFactory></em>
Element</h3>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a href="jmx">JMX</a>.</p>
<h4 id="properties-15">Properties</h4>
@@ -1524,7 +1524,7 @@
<p><em>java.lang.String</em></p>
-<p>Sets the <a href="http://activemq.apache.orgUsing
ActiveMQ/configuring-transports">connection URL</a> used to connect to the
ActiveMQ broker.</p>
+<p>Sets the <a href="configuring-transports">connection URL</a> used to
connect to the ActiveMQ broker.</p>
<p>clientID</p>
@@ -1564,19 +1564,19 @@
<p><em>boolean</em></p>
-<p>Enables or disables the default setting of whether or not consumers have
their messages <a href="http://activemq.apache.org/Features/Consumer
Features/consumer-dispatch-async">dispatched synchronously or asynchronously by
the broker</a>. For non-durable topics for example we typically dispatch
synchronously by default to minimize context switches which boost performance.
However sometimes its better to go slower to ensure that a single blocked
consumer socket does not block delivery t [...]
+<p>Enables or disables the default setting of whether or not consumers have
their messages <a href="consumer-dispatch-async">dispatched synchronously or
asynchronously by the broker</a>. For non-durable topics for example we
typically dispatch synchronously by default to minimize context switches which
boost performance. However sometimes its better to go slower to ensure that a
single blocked consumer socket does not block delivery to other consumers.</p>
<p>exclusiveConsumer</p>
<p><em>boolean</em></p>
-<p>Enables or disables whether or not queue consumers should be exclusive or
not for example to preserve ordering when not using <a
href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a></p>
+<p>Enables or disables whether or not queue consumers should be exclusive or
not for example to preserve ordering when not using <a
href="message-groups">Message Groups</a></p>
<p>nestedMapAndListEnabled</p>
<p><em>boolean</em></p>
-<p>Enables/disables whether or not Message properties and MapMessage entries
support <a href="http://activemq.apache.orgFeatures/Message
Features/structured-message-properties-and-mapmessages">Nested Structures</a>
of Map and List objects</p>
+<p>Enables/disables whether or not Message properties and MapMessage entries
support <a href="structured-message-properties-and-mapmessages">Nested
Structures</a> of Map and List objects</p>
<p>objectMessageSerializationDefered</p>
@@ -1604,7 +1604,7 @@
<p><em>org.apache.activemq.ActiveMQPrefetchPolicy</em></p>
-<p>Sets the <a href="http://activemq.apache.orgCommunity/FAQ/Using Apache
ActiveMQCommunity/FAQ/Using Apache ActiveMQ/Community/FAQ/Using Apache
ActiveMQ/what-is-the-prefetch-limit-for">prefetch policy</a> for consumers
created by this connection.</p>
+<p>Sets the <a href="what-is-the-prefetch-limit-for">prefetch policy</a> for
consumers created by this connection.</p>
<p>producerWindowSize</p>
@@ -1642,7 +1642,7 @@
<p><em>boolean</em></p>
-<p>Forces the use of <a href="http://activemq.apache.orgFeatures/Message
Dispatching Features/async-sends">Async Sends</a> which adds a massive
performance boost; but means that the send() method will return immediately
whether the message has been sent or not which could lead to message loss.</p>
+<p>Forces the use of <a href="async-sends">Async Sends</a> which adds a
massive performance boost; but means that the send() method will return
immediately whether the message has been sent or not which could lead to
message loss.</p>
<p>useBeanNameAsClientIdPrefix</p>
@@ -1670,7 +1670,7 @@
<p><em>long</em></p>
-<p>Enables the timeout from a connection creation to when a warning is
generated if the connection is not properly started via {@link
Connection#start()} and a message is received by a consumer. It is a very
common gotcha to forget to <a
href="http://activemq.apache.orgCommunity/FAQ/ErrorsCommunity/FAQ/Errors/Community/FAQ/Errors/i-am-not-receiving-any-messages-what-is-wrong">start
the connection</a> so this option makes the default case to create a warning
if the user forgets. To disabl [...]
+<p>Enables the timeout from a connection creation to when a warning is
generated if the connection is not properly started via {@link
Connection#start()} and a message is received by a consumer. It is a very
common gotcha to forget to <a
href="i-am-not-receiving-any-messages-what-is-wrong">start the connection</a>
so this option makes the default case to create a warning if the user forgets.
To disable the warning just set the value to < 0 (say -1).</p>
<p>watchTopicAdvisories</p>
@@ -3013,7 +3013,7 @@
<h3 id="the-masterconnector-element">The <em><masterConnector></em>
Element</h3>
-<p>Connects a Slave Broker to a Master when using <a
href="http://activemq.apache.orgFeatures/ClusteringFeatures/Clustering/Features/Clustering/masterslave">Master
Slave</a> for High Availability of messages.</p>
+<p>Connects a Slave Broker to a Master when using <a href="masterslave">Master
Slave</a> for High Availability of messages.</p>
<h4 id="properties-44">Properties</h4>
@@ -3131,7 +3131,7 @@
<h3 id="the-messagegrouphashbucketfactory-element">The
<em><messageGroupHashBucketFactory></em> Element</h3>
-<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="message-groups">Message Groups</a> functionality.</p>
<h4 id="properties-47">Properties</h4>
@@ -3149,7 +3149,7 @@
<h3 id="the-mirroredqueue-element">The <em><mirroredQueue></em>
Element</h3>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
FeaturesFeatures/Destination Features/Features/Destination
Features/mirrored-queues">Mirrored Queue</a> using a prefix and postfix to
define the topic name on which to mirror the queue to.</p>
+<p>Creates <a href="mirrored-queues">Mirrored Queue</a> using a prefix and
postfix to define the topic name on which to mirror the queue to.</p>
<h4 id="properties-48">Properties</h4>
@@ -3707,7 +3707,7 @@
<p><em>org.apache.activemq.broker.region.group.MessageGroupMapFactory</em></p>
-<p>Sets the factory used to create new instances of {MessageGroupMap} used to
implement the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>Sets the factory used to create new instances of {MessageGroupMap} used to
implement the <a href="message-groups">Message Groups</a> functionality.</p>
<p>optimizedDispatch</p>
@@ -4071,7 +4071,7 @@
<h3 id="the-simplemessagegroupmapfactory-element">The
<em><simpleMessageGroupMapFactory></em> Element</h3>
-<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="message-groups">Message Groups</a> functionality.</p>
<h3 id="the-statements-element">The <em><statements></em> Element</h3>
@@ -4687,7 +4687,7 @@
<h3 id="the-virtualdestinationinterceptor-element">The
<em><virtualDestinationInterceptor></em> Element</h3>
-<p>Implements <a href="http://activemq.apache.orgFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual
Topics</a>.</p>
+<p>Implements <a href="virtual-destinations">Virtual Topics</a>.</p>
<h4 id="properties-81">Properties</h4>
@@ -4703,7 +4703,7 @@
<h3 id="the-virtualtopic-element">The <em><virtualTopic></em>
Element</h3>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
using a prefix and postfix. The virtual destination creates a wildcard that is
then used to look up all active queue subscriptions which match.</p>
+<p>Creates <a href="virtual-destinations">Virtual Topics</a> using a prefix
and postfix. The virtual destination creates a wildcard that is then used to
look up all active queue subscriptions which match.</p>
<h4 id="properties-82">Properties</h4>
@@ -4743,7 +4743,7 @@
<h3 id="the-xaconnectionfactory-element">The
<em><xaConnectionFactory></em> Element</h3>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a href="jmx">JMX</a>.</p>
<h4 id="properties-83">Properties</h4>
@@ -4779,7 +4779,7 @@
<p><em>java.lang.String</em></p>
-<p>Sets the <a href="http://activemq.apache.orgUsing
ActiveMQ/configuring-transports">connection URL</a> used to connect to the
ActiveMQ broker.</p>
+<p>Sets the <a href="configuring-transports">connection URL</a> used to
connect to the ActiveMQ broker.</p>
<p>clientID</p>
@@ -4819,19 +4819,19 @@
<p><em>boolean</em></p>
-<p>Enables or disables the default setting of whether or not consumers have
their messages <a href="http://activemq.apache.org/Features/Consumer
Features/consumer-dispatch-async">dispatched synchronously or asynchronously by
the broker</a>. For non-durable topics for example we typically dispatch
synchronously by default to minimize context switches which boost performance.
However sometimes its better to go slower to ensure that a single blocked
consumer socket does not block delivery t [...]
+<p>Enables or disables the default setting of whether or not consumers have
their messages <a href="consumer-dispatch-async">dispatched synchronously or
asynchronously by the broker</a>. For non-durable topics for example we
typically dispatch synchronously by default to minimize context switches which
boost performance. However sometimes its better to go slower to ensure that a
single blocked consumer socket does not block delivery to other consumers.</p>
<p>exclusiveConsumer</p>
<p><em>boolean</em></p>
-<p>Enables or disables whether or not queue consumers should be exclusive or
not for example to preserve ordering when not using <a
href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a></p>
+<p>Enables or disables whether or not queue consumers should be exclusive or
not for example to preserve ordering when not using <a
href="message-groups">Message Groups</a></p>
<p>nestedMapAndListEnabled</p>
<p><em>boolean</em></p>
-<p>Enables/disables whether or not Message properties and MapMessage entries
support <a href="http://activemq.apache.orgFeatures/Message
Features/structured-message-properties-and-mapmessages">Nested Structures</a>
of Map and List objects</p>
+<p>Enables/disables whether or not Message properties and MapMessage entries
support <a href="structured-message-properties-and-mapmessages">Nested
Structures</a> of Map and List objects</p>
<p>objectMessageSerializationDefered</p>
@@ -4859,7 +4859,7 @@
<p><em>org.apache.activemq.ActiveMQPrefetchPolicy</em></p>
-<p>Sets the <a href="http://activemq.apache.orgCommunity/FAQ/Using Apache
ActiveMQCommunity/FAQ/Using Apache ActiveMQ/Community/FAQ/Using Apache
ActiveMQ/what-is-the-prefetch-limit-for">prefetch policy</a> for consumers
created by this connection.</p>
+<p>Sets the <a href="what-is-the-prefetch-limit-for">prefetch policy</a> for
consumers created by this connection.</p>
<p>producerWindowSize</p>
@@ -4897,7 +4897,7 @@
<p><em>boolean</em></p>
-<p>Forces the use of <a href="http://activemq.apache.orgFeatures/Message
Dispatching Features/async-sends">Async Sends</a> which adds a massive
performance boost; but means that the send() method will return immediately
whether the message has been sent or not which could lead to message loss.</p>
+<p>Forces the use of <a href="async-sends">Async Sends</a> which adds a
massive performance boost; but means that the send() method will return
immediately whether the message has been sent or not which could lead to
message loss.</p>
<p>useBeanNameAsClientIdPrefix</p>
@@ -4925,7 +4925,7 @@
<p><em>long</em></p>
-<p>Enables the timeout from a connection creation to when a warning is
generated if the connection is not properly started via {@link
Connection#start()} and a message is received by a consumer. It is a very
common gotcha to forget to <a
href="http://activemq.apache.orgCommunity/FAQ/ErrorsCommunity/FAQ/Errors/Community/FAQ/Errors/i-am-not-receiving-any-messages-what-is-wrong">start
the connection</a> so this option makes the default case to create a warning
if the user forgets. To disabl [...]
+<p>Enables the timeout from a connection creation to when a warning is
generated if the connection is not properly started via {@link
Connection#start()} and a message is received by a consumer. It is a very
common gotcha to forget to <a
href="i-am-not-receiving-any-messages-what-is-wrong">start the connection</a>
so this option makes the default case to create a warning if the user forgets.
To disable the warning just set the value to < 0 (say -1).</p>
<p>watchTopicAdvisories</p>
@@ -4995,7 +4995,7 @@
<p><em><connectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix
property so that connections created have client IDs related to your Spring.xml
file for easier comprehension from <a href="jmx">JMX</a>.</p>
<p><em><constantPendingMessageLimitStrategy></em></p>
@@ -5134,7 +5134,7 @@
<p><em><masterConnector></em></p>
-<p>Connects a Slave Broker to a Master when using <a
href="http://activemq.apache.orgFeatures/ClusteringFeatures/Clustering/Features/Clustering/masterslave">Master
Slave</a> for High Availability of messages.</p>
+<p>Connects a Slave Broker to a Master when using <a href="masterslave">Master
Slave</a> for High Availability of messages.</p>
<p><em><memoryPersistenceAdapter></em></p>
@@ -5144,11 +5144,11 @@
<p><em><messageGroupHashBucketFactory></em></p>
-<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="message-groups">Message Groups</a> functionality.</p>
<p><em><mirroredQueue></em></p>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
FeaturesFeatures/Destination Features/Features/Destination
Features/mirrored-queues">Mirrored Queue</a> using a prefix and postfix to
define the topic name on which to mirror the queue to.</p>
+<p>Creates <a href="mirrored-queues">Mirrored Queue</a> using a prefix and
postfix to define the topic name on which to mirror the queue to.</p>
<p><em><multicastNetworkConnector></em></p>
@@ -5248,7 +5248,7 @@
<p><em><simpleMessageGroupMapFactory></em></p>
-<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="http://activemq.apache.org/Features/Consumer
Features/message-groups">Message Groups</a> functionality.</p>
+<p>A factory to create instances of {@link SimpleMessageGroupMap} when
implementing the <a href="message-groups">Message Groups</a> functionality.</p>
<p><em><statements></em></p>
@@ -5312,11 +5312,11 @@
<p><em><virtualDestinationInterceptor></em></p>
-<p>Implements <a href="http://activemq.apache.orgFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual
Topics</a>.</p>
+<p>Implements <a href="virtual-destinations">Virtual Topics</a>.</p>
<p><em><virtualTopic></em></p>
-<p>Creates <a href="http://activemq.org/siteFeatures/Destination
Features/Features/Destination Features/virtual-destinations">Virtual Topics</a>
using a prefix and postfix. The virtual destination creates a wildcard that is
then used to look up all active queue subscriptions which match.</p>
+<p>Creates <a href="virtual-destinations">Virtual Topics</a> using a prefix
and postfix. The virtual destination creates a wildcard that is then used to
look up all active queue subscriptions which match.</p>
<p><em><vmCursor></em></p>
@@ -5332,7 +5332,7 @@
<p><em><xaConnectionFactory></em></p>
-<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a
href="http://activemq.apache.orgFeatures/jmx">JMX</a>.</p>
+<p>A <a href="http://www.springframework.org/">Spring</a> enhanced XA
connection factory which will automatically use the Spring bean name as the
clientIDPrefix property so that connections created have client IDs related to
your Spring.xml file for easier comprehension from <a href="jmx">JMX</a>.</p>
</div>