Repository: qpid-site Updated Branches: refs/heads/asf-site 89b59201c -> 082a8b949
QPID-7553: Add more related projects Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/082a8b94 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/082a8b94 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/082a8b94 Branch: refs/heads/asf-site Commit: 082a8b9492984cd8780c474da47b56f8fede1c8f Parents: 89b5920 Author: Justin Ross <[email protected]> Authored: Sat Nov 26 08:45:55 2016 -0800 Committer: Justin Ross <[email protected]> Committed: Sat Nov 26 08:45:55 2016 -0800 ---------------------------------------------------------------------- content/resources.html | 11 +++++++---- input/resources.md | 13 ++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/082a8b94/content/resources.html ---------------------------------------------------------------------- diff --git a/content/resources.html b/content/resources.html index 48c7e20..4f8abd9 100644 --- a/content/resources.html +++ b/content/resources.html @@ -185,11 +185,14 @@ must <a href="https://scan.coverity.com/users/sign_up">sign up with Coverity</a> <ul> <li><a href="https://github.com/Azure/amqpnetlite">AMQP.Net Lite</a></li> -<li><a href="https://activemq.apache.org/artemis/">ActiveMQ Artemis and AMQP using Qpid Proton</a></li> -<li><a href="http://activemq.apache.org/amqp.html">ActiveMQ and AMQP using Qpid Proton</a></li> -<li><a href="http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#amqptrans">Apache Axis and AMQP using Qpid</a></li> -<li><a href="http://camel.apache.org/amqp.html">Apache Camel and AMQP using Qpid</a></li> +<li><a href="http://activemq.apache.org/amqp.html">ActiveMQ and AMQP</a></li> +<li><a href="https://activemq.apache.org/artemis/">ActiveMQ Artemis</a></li> +<li><a href="http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#amqptrans">Apache Axis and AMQP</a></li> +<li><a href="http://camel.apache.org/amqp.html">Apache Camel and AMQP</a></li> +<li><a href="https://github.com/radanalyticsio/streaming-amqp">Apache Spark Streaming connector for AMQP</a></li> +<li><a href="https://github.com/rhiot/amqp-kafka-bridge">Kafka AMQP bridge</a></li> <li><a href="https://github.com/vert-x3/vertx-amqp-bridge">Vert.x AMQP bridge</a></li> +<li><a href="https://github.com/vert-x3/vertx-proton">Vert.x Proton</a></li> </ul> </section> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/082a8b94/input/resources.md ---------------------------------------------------------------------- diff --git a/input/resources.md b/input/resources.md index 658bec3..32c3783 100644 --- a/input/resources.md +++ b/input/resources.md @@ -75,12 +75,15 @@ must [sign up with Coverity](https://scan.coverity.com/users/sign_up). ## Related projects - [AMQP.Net Lite](https://github.com/Azure/amqpnetlite) - - [ActiveMQ Artemis and AMQP using Qpid Proton](https://activemq.apache.org/artemis/) - - [ActiveMQ and AMQP using Qpid Proton](http://activemq.apache.org/amqp.html) - - [Apache Axis and AMQP using Qpid](http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#amqptrans) - - [Apache Camel and AMQP using Qpid](http://camel.apache.org/amqp.html) + - [ActiveMQ and AMQP](http://activemq.apache.org/amqp.html) + - [ActiveMQ Artemis](https://activemq.apache.org/artemis/) + - [Apache Axis and AMQP](http://axis.apache.org/axis2/c/core/docs/axis2c_manual.html#amqptrans) + - [Apache Camel and AMQP](http://camel.apache.org/amqp.html) + - [Apache Spark Streaming connector for AMQP](https://github.com/radanalyticsio/streaming-amqp) + - [Kafka AMQP bridge](https://github.com/rhiot/amqp-kafka-bridge) - [Vert.x AMQP bridge](https://github.com/vert-x3/vertx-amqp-bridge) - + - [Vert.x Proton](https://github.com/vert-x3/vertx-proton) + </section> <section markdown="1"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
