This commit is contained in:
clebertsuconic 2017-02-03 21:07:03 -05:00 коммит произвёл GitHub
Родитель ec82aad4f2
Коммит f208594960
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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!
That's it! You just sent an AMQP message to the broker and received it back. Happy messaging!