Update hello_amqp.md
This commit is contained in:
Родитель
ec82aad4f2
Коммит
f208594960
|
@ -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!
|
||||
|
|
Загрузка…
Ссылка в новой задаче