The rabbitmq_driver module allows publishing of metrics and status messages over the AMQP protocol for use powering the IEP system.
C
rabbitmq_driver.so
Example 5.30. Loading the rabbitmq_driver.
This example loads the rabbitmq_driver and configures it.
<stratcon>
<modules>
<module image="rabbitmq_driver" name="rabbitmq_driver" />
</modules>
<iep>
<mq type="rabbitmq">
<hostname>mq1,mq2</hostname>
<exchange>noit.firehose</exchange>
<exchangetype>topic</exchangetype>
<routingkey>check</routingkey>
<username>stratcon</username>
<password>youllneverguess</password>
</mq>
</iep>
</stratcon>