This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/artemis-examples.git

commit a62ea59bceb1714eef97b50aad2e61d955993d38
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Dec 19 16:34:01 2025 +0000

    ARTEMIS-5816: update some names in the examples
---
 .../artemis/jms/example/QueueMessageRedistributionExample.java        | 2 +-
 .../apache/activemq/artemis/jms/example/SymmetricClusterExample.java  | 2 +-
 .../org/apache/activemq/artemis/jms/example/ClientKickoffExample.java | 2 +-
 .../org/apache/activemq/artemis/jms/example/DeadLetterExample.java    | 2 +-
 .../apache/activemq/artemis/jms/example/DelayedRedeliveryExample.java | 2 +-
 .../java/org/apache/activemq/artemis/jms/example/DivertExample.java   | 2 +-
 .../java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java | 2 +-
 .../java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java | 2 +-
 .../java/org/apache/activemq/artemis/jms/example/ExpiryExample.java   | 2 +-
 .../org/apache/activemq/artemis/amqp/example/InterceptorExample.java  | 2 +-
 .../org/apache/activemq/artemis/jms/example/InterceptorExample.java   | 2 +-
 .../org/apache/activemq/artemis/mqtt/example/InterceptorExample.java  | 2 +-
 .../org/apache/activemq/artemis/jms/example/InterceptorExample.java   | 2 +-
 .../org/apache/activemq/artemis/jms/example/JMSBridgeExample.java     | 2 +-
 .../org/apache/activemq/artemis/jms/example/JMXOverSSLExample.java    | 2 +-
 .../main/java/org/apache/activemq/artemis/jms/example/JMXExample.java | 2 +-
 .../org/apache/activemq/artemis/jms/example/LargeMessageExample.java  | 2 +-
 .../org/apache/activemq/artemis/jms/example/ManagementExample.java    | 2 +-
 .../activemq/artemis/jms/example/NoConsumerBufferingExample.java      | 2 +-
 .../java/org/apache/activemq/artemis/jms/example/PagingExample.java   | 2 +-
 .../apache/activemq/artemis/jms/example/PreacknowledgeExample.java    | 2 +-
 .../activemq/artemis/jms/example/SendAcknowledgementsExample.java     | 2 +-
 examples/protocols/amqp/proton-clustered-cpp/src/main/cpp/hello.cpp   | 2 +-
 .../org/apache/activemq/artemis/jms/example/ProtonCPPExample.java     | 4 ++--
 .../org/apache/activemq/artemis/jms/example/ProtonCPPExample.java     | 4 ++--
 .../artemis/jms/example/StompEmbeddedWithInterceptorExample.java      | 2 +-
 26 files changed, 28 insertions(+), 28 deletions(-)

diff --git 
a/examples/features/clustered/queue-message-redistribution/src/main/java/org/apache/activemq/artemis/jms/example/QueueMessageRedistributionExample.java
 
b/examples/features/clustered/queue-message-redistribution/src/main/java/org/apache/activemq/artemis/jms/example/QueueMessageRedistributionExample.java
index bc0ec2ad..8e9c56aa 100644
--- 
a/examples/features/clustered/queue-message-redistribution/src/main/java/org/apache/activemq/artemis/jms/example/QueueMessageRedistributionExample.java
+++ 
b/examples/features/clustered/queue-message-redistribution/src/main/java/org/apache/activemq/artemis/jms/example/QueueMessageRedistributionExample.java
@@ -119,7 +119,7 @@ public class QueueMessageRedistributionExample {
 
          // Step 17. Since there is no more consumer on node 1, the messages 
on node 1 are now stranded (no local
          // consumers)
-         // so ActiveMQ Artemis will redistribute them to node 0 so they can 
be consumed.
+         // so Apache Artemis will redistribute them to node 0 so they can be 
consumed.
 
          for (int i = 0; i < numMessages; i += 2) {
             message0 = (TextMessage) consumer0.receive(5000);
diff --git 
a/examples/features/clustered/symmetric-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SymmetricClusterExample.java
 
b/examples/features/clustered/symmetric-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SymmetricClusterExample.java
index 1ed6a28c..f866b6cd 100644
--- 
a/examples/features/clustered/symmetric-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SymmetricClusterExample.java
+++ 
b/examples/features/clustered/symmetric-cluster/src/main/java/org/apache/activemq/artemis/jms/example/SymmetricClusterExample.java
@@ -38,7 +38,7 @@ import org.apache.activemq.artemis.api.jms.JMSFactoryType;
  * with from using clustering in an app server, where every node has pretty 
much identical
  * configuration to every other node.
  * <p>
- * By clustering nodes symmetrically, ActiveMQ Artemis can give the impression 
of clustered queues, topics
+ * By clustering nodes symmetrically, Apache Artemis can give the impression 
of clustered queues, topics
  * and durable subscriptions.
  * <p>
  * In this example we send some messages to a distributed queue and topic and 
kill all the live
diff --git 
a/examples/features/standard/client-kickoff/src/main/java/org/apache/activemq/artemis/jms/example/ClientKickoffExample.java
 
b/examples/features/standard/client-kickoff/src/main/java/org/apache/activemq/artemis/jms/example/ClientKickoffExample.java
index 52ad7787..936a03f4 100644
--- 
a/examples/features/standard/client-kickoff/src/main/java/org/apache/activemq/artemis/jms/example/ClientKickoffExample.java
+++ 
b/examples/features/standard/client-kickoff/src/main/java/org/apache/activemq/artemis/jms/example/ClientKickoffExample.java
@@ -34,7 +34,7 @@ import 
org.apache.activemq.artemis.api.core.management.ActiveMQServerControl;
 import org.apache.activemq.artemis.api.core.management.ObjectNameBuilder;
 
 /**
- * An example that shows how to kick off a client connected to ActiveMQ 
Artemis by using JMX.
+ * An example that shows how to kick off a client connected to Apache Artemis 
by using JMX.
  */
 public class ClientKickoffExample {
 
diff --git 
a/examples/features/standard/dead-letter/src/main/java/org/apache/activemq/artemis/jms/example/DeadLetterExample.java
 
b/examples/features/standard/dead-letter/src/main/java/org/apache/activemq/artemis/jms/example/DeadLetterExample.java
index 536d7890..24dcb2df 100644
--- 
a/examples/features/standard/dead-letter/src/main/java/org/apache/activemq/artemis/jms/example/DeadLetterExample.java
+++ 
b/examples/features/standard/dead-letter/src/main/java/org/apache/activemq/artemis/jms/example/DeadLetterExample.java
@@ -111,7 +111,7 @@ public class DeadLetterExample {
          // The message received from the dead letter queue has the same 
content than the undelivered message but its
          // JMS headers
          // differ (from JMS point of view, it's not the same message).
-         // ActiveMQ Artemis defines additional properties for messages 
received from the dead letter queue
+         // Apache Artemis defines additional properties for messages received 
from the dead letter queue
 
          System.out.println();
          // Step 21. the messageReceived's destination is now the dead letter 
queue.
diff --git 
a/examples/features/standard/delayed-redelivery/src/main/java/org/apache/activemq/artemis/jms/example/DelayedRedeliveryExample.java
 
b/examples/features/standard/delayed-redelivery/src/main/java/org/apache/activemq/artemis/jms/example/DelayedRedeliveryExample.java
index 9d69154b..0f5684a8 100644
--- 
a/examples/features/standard/delayed-redelivery/src/main/java/org/apache/activemq/artemis/jms/example/DelayedRedeliveryExample.java
+++ 
b/examples/features/standard/delayed-redelivery/src/main/java/org/apache/activemq/artemis/jms/example/DelayedRedeliveryExample.java
@@ -26,7 +26,7 @@ import javax.jms.TextMessage;
 import javax.naming.InitialContext;
 
 /**
- * This example demonstrates how ActiveMQ Artemis can be configured with a 
redelivery delay in the event a message
+ * This example demonstrates how Apache Artemis can be configured with a 
redelivery delay in the event a message
  * is redelivered.
  *
  * Please see the readme for more information
diff --git 
a/examples/features/standard/divert/src/main/java/org/apache/activemq/artemis/jms/example/DivertExample.java
 
b/examples/features/standard/divert/src/main/java/org/apache/activemq/artemis/jms/example/DivertExample.java
index babb0697..4eb6f54b 100644
--- 
a/examples/features/standard/divert/src/main/java/org/apache/activemq/artemis/jms/example/DivertExample.java
+++ 
b/examples/features/standard/divert/src/main/java/org/apache/activemq/artemis/jms/example/DivertExample.java
@@ -30,7 +30,7 @@ import org.apache.activemq.artemis.api.jms.ActiveMQJMSClient;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 
 /**
- * This examples demonstrates the use of ActiveMQ Artemis "Diverts" to 
transparently divert or copy messages
+ * This examples demonstrates the use of Apache Artemis "Diverts" to 
transparently divert or copy messages
  * from one address to another.
  *
  * Please see the readme for more information.
diff --git 
a/examples/features/standard/embedded-simple/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
 
b/examples/features/standard/embedded-simple/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
index 2e711b4b..d20d92af 100644
--- 
a/examples/features/standard/embedded-simple/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
+++ 
b/examples/features/standard/embedded-simple/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
@@ -33,7 +33,7 @@ import 
org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
 import org.apache.activemq.artemis.spi.core.security.jaas.InVMLoginModule;
 
 /**
- * This example demonstrates how to run an embedded ActiveMQ Artemis broker 
with external file configuration
+ * This example demonstrates how to run an embedded Apache Artemis broker with 
external file configuration
  */
 public class EmbeddedExample {
 
diff --git 
a/examples/features/standard/embedded/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
 
b/examples/features/standard/embedded/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
index 69a1a29d..6152da4e 100644
--- 
a/examples/features/standard/embedded/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
+++ 
b/examples/features/standard/embedded/src/main/java/org/apache/activemq/artemis/jms/example/EmbeddedExample.java
@@ -31,7 +31,7 @@ import org.apache.activemq.artemis.core.server.ActiveMQServer;
 import org.apache.activemq.artemis.core.server.ActiveMQServers;
 
 /**
- * This example demonstrates how to run an embedded ActiveMQ Artemis broker 
with programmatic configuration
+ * This example demonstrates how to run an embedded Apache Artemis broker with 
programmatic configuration
  */
 public final class EmbeddedExample {
 
diff --git 
a/examples/features/standard/expiry/src/main/java/org/apache/activemq/artemis/jms/example/ExpiryExample.java
 
b/examples/features/standard/expiry/src/main/java/org/apache/activemq/artemis/jms/example/ExpiryExample.java
index 94ac96c9..df80d15a 100644
--- 
a/examples/features/standard/expiry/src/main/java/org/apache/activemq/artemis/jms/example/ExpiryExample.java
+++ 
b/examples/features/standard/expiry/src/main/java/org/apache/activemq/artemis/jms/example/ExpiryExample.java
@@ -92,7 +92,7 @@ public class ExpiryExample {
          // The message received from the expiry queue has the same content 
than the expired message but its JMS headers
          // differ
          // (from JMS point of view, it's not the same message).
-         // ActiveMQ Artemis defines additional properties to correlate the 
message received from the expiry queue with the
+         // Apache Artemis defines additional properties to correlate the 
message received from the expiry queue with the
          // message expired from the queue
 
          System.out.println();
diff --git 
a/examples/features/standard/interceptor-amqp/src/main/java/org/apache/activemq/artemis/amqp/example/InterceptorExample.java
 
b/examples/features/standard/interceptor-amqp/src/main/java/org/apache/activemq/artemis/amqp/example/InterceptorExample.java
index 5ae2e5c2..deaa01a3 100644
--- 
a/examples/features/standard/interceptor-amqp/src/main/java/org/apache/activemq/artemis/amqp/example/InterceptorExample.java
+++ 
b/examples/features/standard/interceptor-amqp/src/main/java/org/apache/activemq/artemis/amqp/example/InterceptorExample.java
@@ -25,7 +25,7 @@ import javax.jms.Session;
 import javax.jms.TextMessage;
 
 /**
- * A simple example that shows how to implement and use interceptors with 
ActiveMQ Artemis with the AMQP protocol.
+ * A simple example that shows how to implement and use interceptors with 
Apache Artemis with the AMQP protocol.
  */
 public class InterceptorExample {
    public static void main(final String[] args) throws Exception {
diff --git 
a/examples/features/standard/interceptor-client/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
 
b/examples/features/standard/interceptor-client/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
index a84d9dff..d0e49db7 100644
--- 
a/examples/features/standard/interceptor-client/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
+++ 
b/examples/features/standard/interceptor-client/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
@@ -27,7 +27,7 @@ import javax.jms.TextMessage;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 
 /**
- * A simple JMS example that shows how to implement and use client-side 
interceptors with ActiveMQ Artemis.
+ * A simple JMS example that shows how to implement and use client-side 
interceptors with Apache Artemis.
  */
 public class InterceptorExample {
 
diff --git 
a/examples/features/standard/interceptor-mqtt/src/main/java/org/apache/activemq/artemis/mqtt/example/InterceptorExample.java
 
b/examples/features/standard/interceptor-mqtt/src/main/java/org/apache/activemq/artemis/mqtt/example/InterceptorExample.java
index e72c93f7..43f73fec 100644
--- 
a/examples/features/standard/interceptor-mqtt/src/main/java/org/apache/activemq/artemis/mqtt/example/InterceptorExample.java
+++ 
b/examples/features/standard/interceptor-mqtt/src/main/java/org/apache/activemq/artemis/mqtt/example/InterceptorExample.java
@@ -26,7 +26,7 @@ import org.fusesource.mqtt.client.QoS;
 import org.fusesource.mqtt.client.Topic;
 
 /**
- * A simple example that shows how to implement and use interceptors with 
ActiveMQ Artemis with the MQTT protocol.
+ * A simple example that shows how to implement and use interceptors with 
Apache Artemis with the MQTT protocol.
  */
 public class InterceptorExample {
    public static void main(final String[] args) throws Exception {
diff --git 
a/examples/features/standard/interceptor/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
 
b/examples/features/standard/interceptor/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
index 251f2a22..5952d081 100644
--- 
a/examples/features/standard/interceptor/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
+++ 
b/examples/features/standard/interceptor/src/main/java/org/apache/activemq/artemis/jms/example/InterceptorExample.java
@@ -26,7 +26,7 @@ import javax.jms.TextMessage;
 import javax.naming.InitialContext;
 
 /**
- * A simple JMS example that shows how to implement and use interceptors with 
ActiveMQ Artemis.
+ * A simple JMS example that shows how to implement and use interceptors with 
Apache Artemis.
  */
 public class InterceptorExample {
 
diff --git 
a/examples/features/standard/jms-bridge/src/main/java/org/apache/activemq/artemis/jms/example/JMSBridgeExample.java
 
b/examples/features/standard/jms-bridge/src/main/java/org/apache/activemq/artemis/jms/example/JMSBridgeExample.java
index f7d22cab..7bc4c2bd 100644
--- 
a/examples/features/standard/jms-bridge/src/main/java/org/apache/activemq/artemis/jms/example/JMSBridgeExample.java
+++ 
b/examples/features/standard/jms-bridge/src/main/java/org/apache/activemq/artemis/jms/example/JMSBridgeExample.java
@@ -35,7 +35,7 @@ import 
org.apache.activemq.artemis.jms.bridge.impl.JNDIDestinationFactory;
 
 /**
  * An example which sends a message to a source topic and consume from a 
target queue.
- * The source and target destinations are located on 2 different ActiveMQ 
Artemis server.
+ * The source and target destinations are located on 2 different Apache 
Artemis server.
  * The source and target queues are bridged by a JMS Bridge configured and 
running on the "target" server.
  */
 public class JMSBridgeExample {
diff --git 
a/examples/features/standard/jmx-ssl/src/main/java/org/apache/activemq/artemis/jms/example/JMXOverSSLExample.java
 
b/examples/features/standard/jmx-ssl/src/main/java/org/apache/activemq/artemis/jms/example/JMXOverSSLExample.java
index 6e0adff7..4f3a93dd 100644
--- 
a/examples/features/standard/jmx-ssl/src/main/java/org/apache/activemq/artemis/jms/example/JMXOverSSLExample.java
+++ 
b/examples/features/standard/jmx-ssl/src/main/java/org/apache/activemq/artemis/jms/example/JMXOverSSLExample.java
@@ -39,7 +39,7 @@ import 
org.apache.activemq.artemis.api.core.management.ObjectNameBuilder;
 import org.apache.activemq.artemis.api.core.management.QueueControl;
 
 /**
- * An example that shows how to manage ActiveMQ Artemis using JMX.
+ * An example that shows how to manage Apache Artemis using JMX.
  */
 public class JMXOverSSLExample {
 
diff --git 
a/examples/features/standard/jmx/src/main/java/org/apache/activemq/artemis/jms/example/JMXExample.java
 
b/examples/features/standard/jmx/src/main/java/org/apache/activemq/artemis/jms/example/JMXExample.java
index d6548c75..b07bd7bc 100644
--- 
a/examples/features/standard/jmx/src/main/java/org/apache/activemq/artemis/jms/example/JMXExample.java
+++ 
b/examples/features/standard/jmx/src/main/java/org/apache/activemq/artemis/jms/example/JMXExample.java
@@ -39,7 +39,7 @@ import 
org.apache.activemq.artemis.api.core.management.ObjectNameBuilder;
 import org.apache.activemq.artemis.api.core.management.QueueControl;
 
 /**
- * An example that shows how to manage ActiveMQ Artemis using JMX.
+ * An example that shows how to manage Apache Artemis using JMX.
  */
 public class JMXExample {
 
diff --git 
a/examples/features/standard/large-message/src/main/java/org/apache/activemq/artemis/jms/example/LargeMessageExample.java
 
b/examples/features/standard/large-message/src/main/java/org/apache/activemq/artemis/jms/example/LargeMessageExample.java
index 702fe41c..46b1dd1c 100644
--- 
a/examples/features/standard/large-message/src/main/java/org/apache/activemq/artemis/jms/example/LargeMessageExample.java
+++ 
b/examples/features/standard/large-message/src/main/java/org/apache/activemq/artemis/jms/example/LargeMessageExample.java
@@ -34,7 +34,7 @@ import java.io.IOException;
 import org.apache.activemq.artemis.util.ServerUtil;
 
 /**
- * This example demonstrates the ability of ActiveMQ Artemis to send and 
consume a very large message, much
+ * This example demonstrates the ability of Apache Artemis to send and consume 
a very large message, much
  * bigger than can fit in RAM.
  */
 public class LargeMessageExample {
diff --git 
a/examples/features/standard/management/src/main/java/org/apache/activemq/artemis/jms/example/ManagementExample.java
 
b/examples/features/standard/management/src/main/java/org/apache/activemq/artemis/jms/example/ManagementExample.java
index a463a13b..404153bd 100644
--- 
a/examples/features/standard/management/src/main/java/org/apache/activemq/artemis/jms/example/ManagementExample.java
+++ 
b/examples/features/standard/management/src/main/java/org/apache/activemq/artemis/jms/example/ManagementExample.java
@@ -34,7 +34,7 @@ import 
org.apache.activemq.artemis.api.core.management.ResourceNames;
 import org.apache.activemq.artemis.api.core.FilterConstants;
 
 /**
- * An example that shows how to manage ActiveMQ Artemis using JMS messages.
+ * An example that shows how to manage Apache Artemis using JMS messages.
  */
 public class ManagementExample {
 
diff --git 
a/examples/features/standard/no-consumer-buffering/src/main/java/org/apache/activemq/artemis/jms/example/NoConsumerBufferingExample.java
 
b/examples/features/standard/no-consumer-buffering/src/main/java/org/apache/activemq/artemis/jms/example/NoConsumerBufferingExample.java
index 6bb1904e..45aea67d 100644
--- 
a/examples/features/standard/no-consumer-buffering/src/main/java/org/apache/activemq/artemis/jms/example/NoConsumerBufferingExample.java
+++ 
b/examples/features/standard/no-consumer-buffering/src/main/java/org/apache/activemq/artemis/jms/example/NoConsumerBufferingExample.java
@@ -28,7 +28,7 @@ import org.apache.activemq.artemis.api.jms.ActiveMQJMSClient;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 
 /**
- * This example demonstrates how ActiveMQ Artemis consumers can be configured 
to not buffer any messages from
+ * This example demonstrates how Apache Artemis consumers can be configured to 
not buffer any messages from
  * the server.
  */
 public class NoConsumerBufferingExample {
diff --git 
a/examples/features/standard/paging/src/main/java/org/apache/activemq/artemis/jms/example/PagingExample.java
 
b/examples/features/standard/paging/src/main/java/org/apache/activemq/artemis/jms/example/PagingExample.java
index ad97020b..b174e762 100644
--- 
a/examples/features/standard/paging/src/main/java/org/apache/activemq/artemis/jms/example/PagingExample.java
+++ 
b/examples/features/standard/paging/src/main/java/org/apache/activemq/artemis/jms/example/PagingExample.java
@@ -156,7 +156,7 @@ public class PagingExample {
             // Start the JMS Connection. This step will activate the 
subscribers to receive messages.
             connection.start();
 
-            // Receive the messages. It's important to ACK for messages as 
ActiveMQ Artemis will not read messages from
+            // Receive the messages. It's important to ACK for messages as 
Apache Artemis will not read messages from
             // paging
             // until messages are ACKed
 
diff --git 
a/examples/features/standard/pre-acknowledge/src/main/java/org/apache/activemq/artemis/jms/example/PreacknowledgeExample.java
 
b/examples/features/standard/pre-acknowledge/src/main/java/org/apache/activemq/artemis/jms/example/PreacknowledgeExample.java
index fdeac96f..88dcb679 100644
--- 
a/examples/features/standard/pre-acknowledge/src/main/java/org/apache/activemq/artemis/jms/example/PreacknowledgeExample.java
+++ 
b/examples/features/standard/pre-acknowledge/src/main/java/org/apache/activemq/artemis/jms/example/PreacknowledgeExample.java
@@ -35,7 +35,7 @@ import 
org.apache.activemq.artemis.api.core.management.ResourceNames;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 
 /**
- * This example demonstrates the use of ActiveMQ Artemis "pre-acknowledge" 
functionality where
+ * This example demonstrates the use of Apache Artemis "pre-acknowledge" 
functionality where
  * messages are acknowledged before they are delivered to the consumer.
  *
  * Please see the readme for more details.
diff --git 
a/examples/features/standard/send-acknowledgements/src/main/java/org/apache/activemq/artemis/jms/example/SendAcknowledgementsExample.java
 
b/examples/features/standard/send-acknowledgements/src/main/java/org/apache/activemq/artemis/jms/example/SendAcknowledgementsExample.java
index e816ddc7..4c9b3c02 100644
--- 
a/examples/features/standard/send-acknowledgements/src/main/java/org/apache/activemq/artemis/jms/example/SendAcknowledgementsExample.java
+++ 
b/examples/features/standard/send-acknowledgements/src/main/java/org/apache/activemq/artemis/jms/example/SendAcknowledgementsExample.java
@@ -30,7 +30,7 @@ import 
org.apache.activemq.artemis.api.core.client.SendAcknowledgementHandler;
 import org.apache.activemq.artemis.jms.client.ActiveMQSession;
 
 /**
- * Asynchronous Send Acknowledgements are an advanced feature of ActiveMQ 
Artemis which allow you to
+ * Asynchronous Send Acknowledgements are an advanced feature of Apache 
Artemis which allow you to
  * receive acknowledgements that messages were successfully received at the 
server in a separate stream
  * to the stream of messages being sent to the server.
  * For more information please see the readme file
diff --git 
a/examples/protocols/amqp/proton-clustered-cpp/src/main/cpp/hello.cpp 
b/examples/protocols/amqp/proton-clustered-cpp/src/main/cpp/hello.cpp
index 6011adcc..002bcc76 100644
--- a/examples/protocols/amqp/proton-clustered-cpp/src/main/cpp/hello.cpp
+++ b/examples/protocols/amqp/proton-clustered-cpp/src/main/cpp/hello.cpp
@@ -23,7 +23,7 @@
 /*
     Jiira Issue: https://issues.apache.org/jira/browse/ARTEMIS-1542
     Modified example (source was hello.cpp).
-    This example produces an exception in ActiveMQ Artemis 2.4.0 in a HA setup.
+    This example produces an exception in Apache Artemis 2.4.0 in a HA setup.
     Prerequisites: Two brokers are running in a HA cluster.
     This example sends a message to broker1 and tries to read from broker 2.
 
diff --git 
a/examples/protocols/amqp/proton-clustered-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
 
b/examples/protocols/amqp/proton-clustered-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
index d8de7514..2135f16a 100644
--- 
a/examples/protocols/amqp/proton-clustered-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
+++ 
b/examples/protocols/amqp/proton-clustered-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
@@ -28,7 +28,7 @@ import javax.naming.InitialContext;
 import org.apache.qpid.jms.JmsConnectionFactory;
 
 /**
- * This example demonstrates the use of ActiveMQ Artemis "pre-acknowledge" 
functionality where
+ * This example demonstrates the use of Apache Artemis "pre-acknowledge" 
functionality where
  * messages are acknowledged before they are delivered to the consumer.
  * <p>
  * Please see the readme for more details.
@@ -82,7 +82,7 @@ public class ProtonCPPExample {
                   System.out.println("message received: " + 
messageReceived.getText());
 
                   // Sending message back to client
-                  producerAnswer.send(session.createTextMessage("HELLO from 
Apache ActiveMQ Artemis " + i + "!!"));
+                  producerAnswer.send(session.createTextMessage("HELLO from 
Apache Apache Artemis " + i + "!!"));
                }
             } catch (Throwable e) {
                e.printStackTrace();
diff --git 
a/examples/protocols/amqp/proton-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
 
b/examples/protocols/amqp/proton-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
index d8de7514..2135f16a 100644
--- 
a/examples/protocols/amqp/proton-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
+++ 
b/examples/protocols/amqp/proton-cpp/src/main/java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java
@@ -28,7 +28,7 @@ import javax.naming.InitialContext;
 import org.apache.qpid.jms.JmsConnectionFactory;
 
 /**
- * This example demonstrates the use of ActiveMQ Artemis "pre-acknowledge" 
functionality where
+ * This example demonstrates the use of Apache Artemis "pre-acknowledge" 
functionality where
  * messages are acknowledged before they are delivered to the consumer.
  * <p>
  * Please see the readme for more details.
@@ -82,7 +82,7 @@ public class ProtonCPPExample {
                   System.out.println("message received: " + 
messageReceived.getText());
 
                   // Sending message back to client
-                  producerAnswer.send(session.createTextMessage("HELLO from 
Apache ActiveMQ Artemis " + i + "!!"));
+                  producerAnswer.send(session.createTextMessage("HELLO from 
Apache Apache Artemis " + i + "!!"));
                }
             } catch (Throwable e) {
                e.printStackTrace();
diff --git 
a/examples/protocols/stomp/stomp-embedded-interceptor/src/main/java/org/apache/activemq/artemis/jms/example/StompEmbeddedWithInterceptorExample.java
 
b/examples/protocols/stomp/stomp-embedded-interceptor/src/main/java/org/apache/activemq/artemis/jms/example/StompEmbeddedWithInterceptorExample.java
index 12d8a44d..fd661b9d 100644
--- 
a/examples/protocols/stomp/stomp-embedded-interceptor/src/main/java/org/apache/activemq/artemis/jms/example/StompEmbeddedWithInterceptorExample.java
+++ 
b/examples/protocols/stomp/stomp-embedded-interceptor/src/main/java/org/apache/activemq/artemis/jms/example/StompEmbeddedWithInterceptorExample.java
@@ -27,7 +27,7 @@ import java.nio.charset.StandardCharsets;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
 
 /**
- * This example demonstrates how to run an ActiveMQ Artemis embedded with JMS
+ * This example demonstrates how to run an Apache Artemis embedded with JMS
  */
 public class StompEmbeddedWithInterceptorExample {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to