<div dir="ltr">Hello,<div><br></div><div>this are my first steps with AMQP. I'm running the rabbitmq broker on a pc. My first test with another pc as client are successful. In my final application the client should run on an microcontroller.</div><div><br></div><div>The microcontroller is a STM32F407, a 32 Bit ARM-Coretx M4. I'm running ChibiOS as operating system, so i'm able to to run threads or using LWIP as ethernet stack (including sockets).</div><div><br></div><div>I have a look at the rabbitmq-c lib but it's not easy to port this for microcontroller, because i'm not able to use dynamic memory allocation.</div><div><br></div><div>Are there ideas or solutions for using rabbitmq on such embedded devices.</div><div><br></div><div>An alternative way is the udp plugin for rabbitmq, but i want to try a tcp connection.</div><div><br></div><div>Thanks,</div><div>Christian</div></div>