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/activemq-artemis-examples.git


    omit 99e3279d Update examples to version 2.42.0
     add ed96db03 ARTEMIS-5489 Add a basic AMQP bridge example for broker 
connections
     add 83e8c862 Update examples to version 2.42.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (99e3279d)
            \
             N -- N -- N   refs/heads/main (83e8c862)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../{amqp-federation => amqp-bridge}/pom.xml       |  8 ++++----
 .../broker-connection/amqp-bridge/readme.md        |  7 +++++++
 .../artemis/jms/example/BrokerBridgeExample.java}  | 12 +++++------
 .../src/main/resources/activemq/server0/broker.xml | 24 +++++++++++-----------
 .../src/main/resources/activemq/server1/broker.xml |  0
 examples/features/broker-connection/pom.xml        |  2 ++
 scripts/run-examples.sh                            |  1 +
 7 files changed, 32 insertions(+), 22 deletions(-)
 copy examples/features/broker-connection/{amqp-federation => 
amqp-bridge}/pom.xml (97%)
 create mode 100644 examples/features/broker-connection/amqp-bridge/readme.md
 copy 
examples/features/broker-connection/{amqp-federation/src/main/java/org/apache/activemq/artemis/jms/example/BrokerFederationExample.java
 => 
amqp-bridge/src/main/java/org/apache/activemq/artemis/jms/example/BrokerBridgeExample.java}
 (89%)
 copy examples/features/broker-connection/{amqp-federation => 
amqp-bridge}/src/main/resources/activemq/server0/broker.xml (86%)
 copy examples/features/broker-connection/{amqp-federation => 
amqp-bridge}/src/main/resources/activemq/server1/broker.xml (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to