[工作點滴] RabbitMQ setup and test

RabbitMQ setup and test

Server side:

My desktop PC is windows 7 and we download the rabbitmq server from http://www.rabbitmq.com/.

The installation guide is here http://www.rabbitmq.com/install-windows.html.

I use extra ethernet card and set the ip address to be 192.168.1.19 and make sure the firewall would not block the port 5672.

Client side: we put the send and listen on same device.

I use the package from https://github.com/alanxz/rabbitmq-c. We can follow the guide in the link to cross build and install on the embedded device we use.


Comments & Feedback