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

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


    from c867241e Update examples to version 2.50.0
     add 9a2b9f2f Update examples to version 2.51.0-SNAPSHOT
     add c05eec25 further doc fix around TLP move
     add 38679ee5 ARTEMIS-5852 Example with lock coordinator to achieve HA 
using mirroring (#22)
     add ad103d0f ARTEMIS-5852 Fixing description of HA With Mirroring example
     add 832f0779 ARTEMIS-5852 Fixing typo on README.me for ha with mirroring
     add 262a7d58 NO-JIRA: remove unused test dependency
     new 9e1b0047 use regular client in most examples, add specific module 
examples for using the -all clients
     new 2081d5f9 Update examples to version 2.51.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTING.md                                    |   2 +-
 artemis-distribution/pom.xml                       |   2 +-
 .../features/broker-connection/amqp-bridge/pom.xml |   2 +-
 .../amqp-federation-multicast-fanout/pom.xml       |   2 +-
 .../amqp-federation-multicast-hub-spoke/pom.xml    |   2 +-
 .../amqp-federation-multicast-ring/pom.xml         |   2 +-
 .../amqp-federation-over-ssl/pom.xml               |   2 +-
 .../amqp-federation-queue-dual-federation/pom.xml  |   2 +-
 .../amqp-federation-queue-multiple-brokers/pom.xml |   2 +-
 .../amqp-federation-queue-priority/pom.xml         |   2 +-
 .../amqp-federation-queue-pull-messages/pom.xml    |   2 +-
 .../broker-connection/amqp-federation/pom.xml      |   2 +-
 .../amqp-receiving-messages/pom.xml                |   2 +-
 .../amqp-sending-messages-multicast/pom.xml        |   2 +-
 .../amqp-sending-messages/pom.xml                  |   2 +-
 .../broker-connection/amqp-sending-overssl/pom.xml |   2 +-
 .../broker-connection/disaster-recovery/pom.xml    |   2 +-
 .../ha-with-mirroring}/pom.xml                     |  29 +++--
 .../broker-connection/ha-with-mirroring/readme.md  | 121 +++++++++++++++++++++
 .../jms/example/HAWithMirroringExample.java        | 100 +++++++++++++++++
 .../src/main/resources/artemis}/server0/broker.xml | 116 ++++++++++----------
 .../src/main/resources/artemis/server1}/broker.xml | 119 ++++++++++----------
 examples/features/broker-connection/pom.xml        |   4 +-
 .../clustered/client-side-load-balancing/pom.xml   |   2 +-
 .../clustered-durable-subscription/pom.xml         |   2 +-
 .../features/clustered/clustered-grouping/pom.xml  |   2 +-
 .../features/clustered/clustered-jgroups/pom.xml   |   2 +-
 .../features/clustered/clustered-queue/pom.xml     |   2 +-
 .../clustered-static-discovery-uri/pom.xml         |   2 +-
 .../clustered/clustered-static-discovery/pom.xml   |   2 +-
 .../clustered/clustered-static-oneway/pom.xml      |   2 +-
 .../features/clustered/clustered-topic-uri/pom.xml |   2 +-
 .../features/clustered/clustered-topic/pom.xml     |   2 +-
 examples/features/clustered/pom.xml                |   2 +-
 .../clustered/queue-message-redistribution/pom.xml |   2 +-
 .../shared-storage-static-cluster/pom.xml          |   2 +-
 .../features/clustered/symmetric-cluster/pom.xml   |   2 +-
 .../connection-router/evenly-redirect/pom.xml      |   2 +-
 examples/features/connection-router/pom.xml        |   2 +-
 .../connection-router/symmetric-redirect/pom.xml   |   2 +-
 .../connection-router/symmetric-simple/pom.xml     |   2 +-
 .../federation/federated-address-divert/pom.xml    |   2 +-
 .../federated-address-downstream-upstream/pom.xml  |   2 +-
 .../federated-address-downstream/pom.xml           |   2 +-
 .../features/federation/federated-address/pom.xml  |   2 +-
 .../federated-queue-downstream-upstream/pom.xml    |   2 +-
 .../federation/federated-queue-downstream/pom.xml  |   2 +-
 .../features/federation/federated-queue/pom.xml    |   2 +-
 examples/features/federation/pom.xml               |   2 +-
 .../features/ha/application-layer-failover/pom.xml |   2 +-
 .../ha/client-side-failoverlistener/pom.xml        |   2 +-
 .../ha/colocated-failover-scale-down/pom.xml       |   2 +-
 examples/features/ha/colocated-failover/pom.xml    |   2 +-
 examples/features/ha/ha-policy-autobackup/pom.xml  |   2 +-
 .../features/ha/multiple-failover-failback/pom.xml |   2 +-
 examples/features/ha/multiple-failover/pom.xml     |   2 +-
 .../features/ha/non-transaction-failover/pom.xml   |   2 +-
 examples/features/ha/pom.xml                       |   2 +-
 .../features/ha/replicated-failback-static/pom.xml |   2 +-
 examples/features/ha/replicated-failback/pom.xml   |   2 +-
 .../ha/replicated-multiple-failover/pom.xml        |   2 +-
 .../ha/replicated-transaction-failover/pom.xml     |   2 +-
 examples/features/ha/scale-down/pom.xml            |   2 +-
 examples/features/ha/stop-server-failover/pom.xml  |   2 +-
 examples/features/ha/transaction-failover/pom.xml  |   2 +-
 .../ha/zookeeper-single-pair-failback/pom.xml      |   2 +-
 examples/features/perf/perf/pom.xml                |   2 +-
 examples/features/perf/pom.xml                     |   2 +-
 examples/features/perf/soak/pom.xml                |   2 +-
 examples/features/pom.xml                          |   2 +-
 examples/features/standard/auto-closeable/pom.xml  |   4 +-
 .../standard/broker-msg-auth-plugin/pom.xml        |   4 +-
 examples/features/standard/broker-plugin/pom.xml   |   4 +-
 examples/features/standard/browser/pom.xml         |   4 +-
 .../features/standard/camel/camel-broker/pom.xml   |   2 +-
 examples/features/standard/camel/camel-war/pom.xml |   2 +-
 examples/features/standard/camel/pom.xml           |   2 +-
 examples/features/standard/cdi/pom.xml             |   2 +-
 examples/features/standard/client-kickoff/pom.xml  |   4 +-
 .../features/standard/completion-listener/pom.xml  |   4 +-
 .../features/standard/consumer-rate-limit/pom.xml  |   4 +-
 examples/features/standard/context/pom.xml         |   4 +-
 examples/features/standard/core-bridge/pom.xml     |   2 +-
 examples/features/standard/database/pom.xml        |   4 +-
 examples/features/standard/dead-letter/pom.xml     |   4 +-
 .../features/standard/delayed-redelivery/pom.xml   |   4 +-
 examples/features/standard/divert/pom.xml          |   2 +-
 .../features/standard/durable-subscription/pom.xml |   4 +-
 examples/features/standard/embedded-simple/pom.xml |   2 +-
 examples/features/standard/embedded/pom.xml        |   2 +-
 examples/features/standard/exclusive-queue/pom.xml |   4 +-
 examples/features/standard/expiry/pom.xml          |   4 +-
 examples/features/standard/http-transport/pom.xml  |   4 +-
 .../instantiate-connection-factory/pom.xml         |   4 +-
 .../features/standard/interceptor-amqp/pom.xml     |   2 +-
 .../features/standard/interceptor-client/pom.xml   |   4 +-
 .../features/standard/interceptor-mqtt/pom.xml     |   2 +-
 examples/features/standard/interceptor/pom.xml     |   4 +-
 examples/features/standard/jms-bridge/pom.xml      |   2 +-
 examples/features/standard/jmx-ssl/pom.xml         |   2 +-
 examples/features/standard/jmx/pom.xml             |   2 +-
 examples/features/standard/large-message/pom.xml   |   2 +-
 .../features/standard/last-value-queue/pom.xml     |   4 +-
 .../standard/management-notifications/pom.xml      |   4 +-
 examples/features/standard/management/pom.xml      |   4 +-
 .../features/standard/message-counters/pom.xml     |   2 +-
 examples/features/standard/message-group/pom.xml   |   4 +-
 examples/features/standard/message-group2/pom.xml  |   4 +-
 .../features/standard/message-priority/pom.xml     |   4 +-
 examples/features/standard/netty-openssl/pom.xml   |   4 +-
 .../standard/no-consumer-buffering/pom.xml         |   4 +-
 examples/features/standard/opentelemetry/pom.xml   |  11 +-
 examples/features/standard/paging/pom.xml          |   4 +-
 examples/features/standard/pom.xml                 |   2 +-
 examples/features/standard/pre-acknowledge/pom.xml |   4 +-
 .../features/standard/producer-rate-limit/pom.xml  |   4 +-
 examples/features/standard/queue-jakarta/pom.xml   |  13 ++-
 examples/features/standard/queue-requestor/pom.xml |   4 +-
 examples/features/standard/queue-selector/pom.xml  |   4 +-
 examples/features/standard/queue/pom.xml           |   4 +-
 examples/features/standard/reattach-node/pom.xml   |   4 +-
 examples/features/standard/request-reply/pom.xml   |   4 +-
 .../features/standard/scheduled-message/pom.xml    |   2 +-
 .../features/standard/security-keycloak/pom.xml    |   4 +-
 examples/features/standard/security-ldap/pom.xml   |   4 +-
 .../features/standard/security-manager/pom.xml     |   4 +-
 examples/features/standard/security/pom.xml        |   4 +-
 .../standard/send-acknowledgements/pom.xml         |   4 +-
 examples/features/standard/shared-consumer/pom.xml |   4 +-
 examples/features/standard/slow-consumer/pom.xml   |   4 +-
 .../standard/spring-boot-integration/pom.xml       |   2 +-
 .../features/standard/spring-integration/pom.xml   |   2 +-
 .../features/standard/ssl-enabled-crl-mqtt/pom.xml |   4 +-
 .../ssl-enabled-dual-authentication/pom.xml        |   4 +-
 examples/features/standard/ssl-enabled/pom.xml     |   4 +-
 examples/features/standard/static-selector/pom.xml |   4 +-
 examples/features/standard/temp-queue/pom.xml      |   4 +-
 .../features/standard/topic-hierarchies/pom.xml    |   4 +-
 examples/features/standard/topic-selector1/pom.xml |   4 +-
 examples/features/standard/topic-selector2/pom.xml |   4 +-
 examples/features/standard/topic/pom.xml           |   4 +-
 examples/features/standard/transactional/pom.xml   |   4 +-
 examples/features/standard/xa-heuristic/pom.xml    |   4 +-
 examples/features/standard/xa-receive/pom.xml      |   4 +-
 examples/features/standard/xa-send/pom.xml         |   4 +-
 .../sub-modules/artemis-jakarta-ra-rar/pom.xml     |   2 +-
 .../features/sub-modules/artemis-ra-rar/pom.xml    |   2 +-
 .../inter-broker-bridge/artemis-jms-bridge/pom.xml |   2 +-
 .../sub-modules/inter-broker-bridge/pom.xml        |   2 +-
 examples/features/sub-modules/pom.xml              |  17 ++-
 .../queue-artemis-jakarta-client-all}/pom.xml      |  20 ++--
 .../queue-artemis-jakarta-client-all}/readme.md    |   8 +-
 .../activemq/artemis/jms/example/QueueExample.java |   0
 .../queue-artemis-jms-client-all}/pom.xml          |  24 ++--
 .../queue-artemis-jms-client-all}/readme.md        |   8 +-
 .../activemq/artemis/jms/example/QueueExample.java |   5 +-
 examples/features/sub-modules/tomcat/pom.xml       |   2 +-
 examples/pom.xml                                   |   2 +-
 examples/protocols/amqp/pom.xml                    |   2 +-
 .../protocols/amqp/proton-clustered-cpp/pom.xml    |   2 +-
 examples/protocols/amqp/proton-cpp/pom.xml         |   2 +-
 examples/protocols/amqp/proton-ruby/pom.xml        |   2 +-
 examples/protocols/amqp/queue/pom.xml              |   2 +-
 examples/protocols/amqp/sasl-scram/pom.xml         |   2 +-
 .../protocols/mqtt/clustered-queue-mqtt/pom.xml    |   2 +-
 examples/protocols/mqtt/pom.xml                    |   2 +-
 examples/protocols/mqtt/publish-subscribe/pom.xml  |   2 +-
 examples/protocols/openwire/chat/pom.xml           |   2 +-
 .../protocols/openwire/message-listener/pom.xml    |   2 +-
 .../protocols/openwire/message-recovery/pom.xml    |   2 +-
 examples/protocols/openwire/pom.xml                |   2 +-
 examples/protocols/openwire/queue/pom.xml          |   2 +-
 .../openwire/virtual-topic-mapping/pom.xml         |   2 +-
 examples/protocols/pom.xml                         |   2 +-
 examples/protocols/stomp/pom.xml                   |   2 +-
 .../stomp/stomp-dual-authentication/pom.xml        |   2 +-
 .../stomp/stomp-embedded-interceptor/pom.xml       |   2 +-
 examples/protocols/stomp/stomp-jms/pom.xml         |   2 +-
 examples/protocols/stomp/stomp-websockets/pom.xml  |   2 +-
 examples/protocols/stomp/stomp/pom.xml             |   2 +-
 examples/protocols/stomp/stomp1.1/pom.xml          |   2 +-
 examples/protocols/stomp/stomp1.2/pom.xml          |   2 +-
 pom.xml                                            |   4 +-
 scripts/run-examples.sh                            |   4 +
 184 files changed, 639 insertions(+), 406 deletions(-)
 copy examples/features/{ha/application-layer-failover => 
broker-connection/ha-with-mirroring}/pom.xml (77%)
 create mode 100644 
examples/features/broker-connection/ha-with-mirroring/readme.md
 create mode 100644 
examples/features/broker-connection/ha-with-mirroring/src/main/java/org/apache/artemis/jms/example/HAWithMirroringExample.java
 copy 
examples/features/{connection-router/symmetric-redirect/src/main/resources/activemq
 => 
broker-connection/ha-with-mirroring/src/main/resources/artemis}/server0/broker.xml
 (54%)
 copy 
examples/features/{connection-router/symmetric-redirect/src/main/resources/activemq/server0
 => 
broker-connection/ha-with-mirroring/src/main/resources/artemis/server1}/broker.xml
 (54%)
 copy examples/features/{standard/queue-jakarta => 
sub-modules/queue-artemis-jakarta-client-all}/pom.xml (84%)
 copy examples/features/{standard/queue-jakarta => 
sub-modules/queue-artemis-jakarta-client-all}/readme.md (80%)
 copy examples/features/{standard/queue-jakarta => 
sub-modules/queue-artemis-jakarta-client-all}/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java
 (100%)
 copy examples/features/{standard/queue-jakarta => 
sub-modules/queue-artemis-jms-client-all}/pom.xml (82%)
 copy examples/features/{standard/queue-jakarta => 
sub-modules/queue-artemis-jms-client-all}/readme.md (81%)
 copy examples/{protocols/openwire/queue => 
features/sub-modules/queue-artemis-jms-client-all}/src/main/java/org/apache/activemq/artemis/jms/example/QueueExample.java
 (95%)


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

Reply via email to