From fca3b615eb869330633b71978843a682bfa8ab49 Mon Sep 17 00:00:00 2001 From: Colm O hEigeartaigh Date: Fri, 10 Jul 2020 17:29:01 +0100 Subject: [PATCH] AMQ-7513 - Fix http://activemq.org links --- .../activemq/broker/region/virtual/MirroredQueue.java | 2 +- .../activemq/broker/region/virtual/VirtualTopic.java | 2 +- .../broker/region/virtual/VirtualTopicInterceptor.java | 2 +- .../org/apache/activemq/broker/region/virtual/package.html | 2 +- activemq-http/src/webapp/index.html | 2 +- .../main/java/org/apache/activemq/jms/pool/package.html | 2 +- .../org/apache/activemq/ra/ActiveMQResourceAdapter.java | 2 +- .../resources/org/apache/activemq/perf/networkSync.xml | 7 +++---- .../apache/activemq/usecases/receiver-activecluster.xml | 1 - .../org/apache/activemq/usecases/receiver-zeroconf.xml | 2 -- .../org/apache/activemq/usecases/sender-activecluster.xml | 2 -- .../org/apache/activemq/usecases/sender-zeroconf.xml | 2 -- 12 files changed, 10 insertions(+), 18 deletions(-) diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java index e5ee5ebc4f..7849088e64 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/MirroredQueue.java @@ -27,7 +27,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * Creates Mirrored + * Creates Mirrored * Queue using a prefix and postfix to define the topic name on which to mirror the queue to. * * diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java index 2c22c65cd5..c57d80a16f 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopic.java @@ -28,7 +28,7 @@ import org.apache.activemq.command.ActiveMQTopic; import org.apache.activemq.filter.DestinationFilter; /** - * Creates Virtual + * Creates Virtual * Topics using a prefix and postfix. The virtual destination creates a * wildcard that is then used to look up all active queue subscriptions which * match. diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java index c8f058a2a5..9e5c251bde 100644 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/VirtualTopicInterceptor.java @@ -37,7 +37,7 @@ import org.apache.activemq.util.LRUCache; import javax.jms.ResourceAllocationException; /** - * A Destination which implements Virtual Topic + * A Destination which implements Virtual Topic */ public class VirtualTopicInterceptor extends DestinationFilter { diff --git a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html index 6a66e9f32c..da90da60cf 100755 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/virtual/package.html @@ -19,7 +19,7 @@ -Implementation classes for Virtual Destinations +Implementation classes for Virtual Destinations diff --git a/activemq-http/src/webapp/index.html b/activemq-http/src/webapp/index.html index 3af3a8e6a4..aae1ada79c 100755 --- a/activemq-http/src/webapp/index.html +++ b/activemq-http/src/webapp/index.html @@ -26,7 +26,7 @@

This service allows you to tunnel ActiveMQ traffic through HTTP to work cleanly with firewalls. -For more information please see the ActiveMQ home page. +For more information please see the ActiveMQ home page.

diff --git a/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html b/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html index 6cfb281249..588b65acc5 100755 --- a/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html +++ b/activemq-jms-pool/src/main/java/org/apache/activemq/jms/pool/package.html @@ -20,6 +20,6 @@ A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like -Spring's JmsTemplate. +Spring's JmsTemplate. diff --git a/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java b/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java index e4edb065b3..42984cc96c 100644 --- a/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java +++ b/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java @@ -398,7 +398,7 @@ public class ActiveMQResourceAdapter extends ActiveMQConnectionSupport implement } /** - * Sets the XML + * Sets the XML * configuration file used to configure the ActiveMQ broker via Spring * if using embedded mode. * diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml index 7fb9dceb5b..5c7c14c2d4 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/perf/networkSync.xml @@ -17,16 +17,15 @@ --> + http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> - + @@ -38,7 +37,7 @@ - + diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml index 719e6d2cef..66f564cbf6 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml @@ -15,7 +15,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml index 470fe35e24..2013805569 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml @@ -1,5 +1,4 @@ - diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml index 38f7a3cb27..eee44ee898 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml @@ -1,5 +1,4 @@ - diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml index aa695566af..8996dff534 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml @@ -1,5 +1,4 @@ -