Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1616#discussion_r147312753
--- 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 --
Should it not be directing people to Apache download as official place to
get distribution
---