Logic Machine Forum
AMQP Client example - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: AMQP Client example (/showthread.php?tid=567)



AMQP Client example - eilert - 19.01.2017

Hi,

Thank you for an excellent support forum. I need to integrate my LM5 with Azure IoT Hub, but would prefer AMQP (or RabbitMQ) over REST or MQTT. Could you give an example using a AMQP-based client?

Best regards from
Eilert Bjerkan
Norway


RE: AMQP Client example - edgars - 19.01.2017

Hi Eilert,
our guys have used before ZeroMQ. It has already binding to LUA. If you want we can prepare the packages.
How I know ZeroMQ can already communicate with Azure IoT Hub, see here:

https://coderead.wordpress.com/2012/10/10/pubsub-with-zeromq-on-azure/

By the way, why don't you use MQTT?