<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt">This is my first ever shot at AMQP!<br><br>A legacy "C" application needs to interoperate with Erlang application over AMQP (RabbitMQ) by exchanging native C-structs as payload.<br><br>What do I need to do in Erlang-side application (because this is where I have maximum control) so that C-app sees the payload as structs and Erlang-app sees the payload as tuples?<br><br>Thanks<br></div></body></html>