RabbitMQ Setup and Test
Server side:
My desktop PC is Windows 7. Download the RabbitMQ server from http://www.rabbitmq.com/.
Installation guide: http://www.rabbitmq.com/install-windows.html
I use an extra Ethernet card with IP address set to 192.168.1.19, and make sure the firewall doesn’t block port 5672.
Client side: (both send and listen on the same device)
I use the package from https://github.com/alanxz/rabbitmq-c. Follow the guide in the link to cross-build and install on the embedded device.


Comments & Feedback