AMQP Driver

Information

Loads information from AMQP services such as RabbitMQ.

Driver InfoDetail
Driver Type:Live
Platforms:All

Driver Settings

OptionDescription
Server NameThe IP address or host-name of the AMQP server
PortThe port to connect to
TopicThe AMQP topic to monitor (can include wildcards)
UsernameThe username to use to connect
PasswordThe password that goes with the above username
IdentifierThe key name that uniquely identifies the device that produced the message
DelimiterThe 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

OptionDescription
TagA point in the from of <deviceid>:<point>

To read the temperature in the payload of the message shown in the example above, you would use the tag My Remote Device.temperature.