| Line | |
|---|
| 1 |
<module> |
|---|
| 2 |
<name>rabbitmq_driver</name> |
|---|
| 3 |
<description><para>The rabbitmq_driver module allows publishing of metrics and status messages over the AMQP protocol for use powering the IEP system.</para></description> |
|---|
| 4 |
<loader>C</loader> |
|---|
| 5 |
<image>rabbitmq_driver.so</image> |
|---|
| 6 |
<moduleconfig> |
|---|
| 7 |
</moduleconfig> |
|---|
| 8 |
<checkconfig /> |
|---|
| 9 |
<examples> |
|---|
| 10 |
<example> |
|---|
| 11 |
<title>Loading the rabbitmq_driver.</title> |
|---|
| 12 |
<para>This example loads the rabbitmq_driver and configures it.</para> |
|---|
| 13 |
<programlisting><![CDATA[ |
|---|
| 14 |
<stratcon> |
|---|
| 15 |
<modules> |
|---|
| 16 |
<module image="rabbitmq_driver" name="rabbitmq_driver" /> |
|---|
| 17 |
</modules> |
|---|
| 18 |
<iep> |
|---|
| 19 |
<mq type="rabbitmq"> |
|---|
| 20 |
<hostname>mq1,mq2</hostname> |
|---|
| 21 |
<exchange>noit.firehose</exchange> |
|---|
| 22 |
<exchangetype>topic</exchangetype> |
|---|
| 23 |
<routingkey>check</routingkey> |
|---|
| 24 |
<username>stratcon</username> |
|---|
| 25 |
<password>youllneverguess</password> |
|---|
| 26 |
</mq> |
|---|
| 27 |
</iep> |
|---|
| 28 |
</stratcon> |
|---|
| 29 |
]]></programlisting> |
|---|
| 30 |
</example> |
|---|
| 31 |
</examples> |
|---|
| 32 |
</module> |
|---|