diff --git a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html index 274259d655..da22126a6d 100644 --- a/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html +++ b/artemis-ra/src/main/java/org/apache/activemq/artemis/ra/package.html @@ -21,7 +21,7 @@ -

ActiveMQ Artemis Resource Adaptor

+

ActiveMQ Artemis Resource Adaptor

diff --git a/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java b/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java index 6f430c103f..8e3b66f87e 100644 --- a/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java +++ b/examples/features/ha/client-side-failoverlistener/src/main/java/org/apache/activemq/artemis/jms/example/ClientSideFailoverListerExample.java @@ -32,7 +32,7 @@ import org.apache.activemq.artemis.util.ServerUtil; /** * This example demonstrates how you can listen on failover event on the client side - *

+ *

* In this example there are two nodes running in a cluster, both server will be running for start, * but after a while the first server will crash. This will trigger a fail-over event */ diff --git a/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java b/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java index eb5f7d9abe..ff8a152d4f 100644 --- a/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java +++ b/examples/features/standard/exclusive-queue/src/main/java/org/apache/activemq/artemis/jms/example/ExclusiveQueueClientSideExample.java @@ -29,7 +29,7 @@ import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory; /** * example shows how to specify Exclusive Queue when auto creating the Queue from client. *

- * Step 11 & 12 also shows that messages will be sent to consumer2 after consumer1 is closed (consumer1 is receiving + * Step 11 and 12 also shows that messages will be sent to consumer2 after consumer1 is closed (consumer1 is receiving * all messages before it is closed) */