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 cf06ae41dba54d22505c90721ac890b6f3ef5876 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Jan 13 12:08:35 2026 +0000 ARTEMIS-5816: fixups for previous examples changes --- .../java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java | 2 +- .../java/org/apache/activemq/artemis/jms/example/ProtonCPPExample.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 2135f16a..a3bb20d3 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 @@ -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 Apache Artemis " + i + "!!")); + producerAnswer.send(session.createTextMessage("HELLO from 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 2135f16a..a3bb20d3 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 @@ -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 Apache Artemis " + i + "!!")); + producerAnswer.send(session.createTextMessage("HELLO from Apache Artemis " + i + "!!")); } } catch (Throwable e) { e.printStackTrace(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
