[{"id":"bba87324.90b54","type":"amqp in","z":"5eef05fd.b4841c","name":"RabbitFirenze","topic":"","iotype":"4","ioname":"msg_queue","server":"ee4cab25.b753d8","x":171.16680145264,"y":389.66683387756,"wires":[["a9094fc0.1ccd2"]]},{"id":"20c34fb6.59527","type":"amqp2 out","z":"5eef05fd.b4841c","name":"RabbitFirenze","iotype":"4","ioname":"msg_queue","server":"ab69d246.1268","x":700.00017166138,"y":176.66685676575,"wires":[]},{"id":"7b1490cb.4589c","type":"inject","z":"5eef05fd.b4841c","name":"","topic":"temperature","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":158.83335876465,"y":153.00003051758,"wires":[["3eb10a4d.2cc466"]]},{"id":"3eb10a4d.2cc466","type":"function","z":"5eef05fd.b4841c","name":"generateTemperature","func":"temp=20+Math.floor(Math.random() * 5);\nmsg.payload = temp;\nreturn msg;\n","outputs":1,"noerr":0,"x":436.83346557617,"y":85.00008392334,"wires":[["20c34fb6.59527"]]},{"id":"a9094fc0.1ccd2","type":"debug","z":"5eef05fd.b4841c","name":"","active":true,"console":"false","complete":"payload","x":387.16670608521,"y":255.66672706604,"wires":[]},{"id":"ee4cab25.b753d8","type":"amqp-server","z":"","host":"192.168.1.12","port":"5672","vhost":"","keepalive":"30","usetls":false,"verifyservercert":true,"usetopology":false,"topology":"{\n\t\"exchanges\": [\n\t\t{\"name\": \"exchange1\", \"type\": \"direct\", \"options\": {\"durable\": false}},\n\t\t{\"name\": \"exchange2\"}\n\t],\n\t\"queues\": [\n\t\t{\"name\": \"queue1\", \"options\": {\"messageTtl\": 60000}},\n\t\t{\"name\": \"queue2\"}\n\t],\n\t\"bindings\": [\n\t\t{\"source\": \"exchange1\", \"queue\": \"queue1\", \"pattern\": \"debug\", \"args\": {}},\n\t\t{\"source\": \"exchange1\", \"exchange\": \"exchange2\", \"pattern\": \"error\"},\n\t\t{\"source\": \"exchange2\", \"queue\": \"queue2\"}\n\t]\n}"},{"id":"ab69d246.1268","type":"amqp2-server","z":"","host":"192.168.1.10","port":"5672","vhost":"","keepalive":"30","usetls":false,"verifyservercert":true}]