Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1616#discussion_r147314917
--- Diff: examples/features/sub-modules/inter-broker-bridge/README.md ---
@@ -0,0 +1,143 @@
+# Inter-broker Bridging
+
+An example project showing how to do different varieties of bridging with
ActiveMQ brokers.
+
+## 5.x to Artemis Camel Bridge
+
+This is an example of using Camel in the 5.x broker to bridge messages to
Artemis. There isn't anything to deploy in this
+example. It's just a set of instructions.
+
+### Prerequisites
+
+- install ActiveMQ 5.x
+- install ActiveMQ Artemis
+
+### Preparing
+
+1) Fetch the `artemis-jms-client-all` jar from [Maven
Central](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.activemq%22%20AND%20a%3A%22artemis-jms-client-all%22)
--- End diff --
Itâs a good point we should then have a clients folder to have the client
jars in as part of distro, we should sort that rather than pointing to here. I
can submit something in next day or two to add a clients section in distro if
no one beats me to it
---