====AMQP Driver====
===Information===
Loads information from AMQP services such as RabbitMQ.
^Driver Info^Detail^
|Driver Type:|**Live**|
|Platforms:|**All**|
===Driver Settings===
^Option^Description^
|Server Name|The IP address or host-name of the AMQP server|
|Port|The port to connect to|
|Topic|The AMQP topic to monitor (can include wildcards)|
|Username|The username to use to connect|
|Password|The password that goes with the above username|
|Identifier|The key name that uniquely identifies the device that produced the message|
|Delimiter|The key-value pair delimiter|
===Payload Format===
The payload of the AMQP message is expected to be in a delimited format, very similar to JSON, comprising of key : value pairs.
deviceId: My Remote Device
temperature: 25
pressure: 1024
humidity: 33
===Point Settings===
^Option^Description^
|Tag|A point in the from of ////:////|
To read the temperature in the payload of the message shown in the example above, you would use the tag **My Remote Device.temperature**.