8. vCloud Management and Monitoring Examples : 8.3 AMQP Blocking Tasks : 8.3.2 Example : 8.3.2.1. Exchange Configuration
   
8.3.2.1. Exchange Configuration
vCloud Director (VCD) requires an AMQP 0.9 or later compatible message bus. This example uses Rabbit MQ as the message bus. Rabbit MQ provides a polyglot messaging infrastructure, with clients for all of the latest development languages as well as generic APIs like HTTP.
For detailed AMQP configuration with Rabbit MQ, refer to Downloading and Installing RabbitMQ (http://www.rabbitmq.com/download.html).
Table 23. RabbitMQ Server Exchange Configuration
Configuration Item
Value
AMQP Host
192.168.1.100
AMQP Port
5672
Exchange
vcdExchange
Exchange Type
topic
Durability
durable
Auto Delete
no
Internal
no
vHost
/
Prefix
vcd