From f208594960771185a9a9e3964832ca214bd1a891 Mon Sep 17 00:00:00 2001 From: clebertsuconic Date: Fri, 3 Feb 2017 21:07:03 -0500 Subject: [PATCH] Update hello_amqp.md --- docs/articles/hello_amqp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/articles/hello_amqp.md b/docs/articles/hello_amqp.md index dd58a7a..c3e838f 100644 --- a/docs/articles/hello_amqp.md +++ b/docs/articles/hello_amqp.md @@ -3,6 +3,7 @@ This guide shows you how to exchange messages between two programs through a bro ## Prerequisites First you need an AMQP 1.0 compliant broker. You can use any of the following: * [Apache ActiveMQ](http://activemq.apache.org/) +* [Apache ActiveMQ Artemis](http://activemq.apache.org/artemis) * [Microsoft Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/) * [Apache Qpid Java Broker](http://qpid.apache.org/components/java-broker/) @@ -99,4 +100,4 @@ The Receiver window should output the following right after the Sender completes `Received Hello AMQP!` -That's it! You just sent an AMQP message to the broker and received it back. Happy messaging! \ No newline at end of file +That's it! You just sent an AMQP message to the broker and received it back. Happy messaging!