<div class="gmail_quote">On 20 March 2012 16:40, Tony Garnock-Jones <span dir="ltr">&lt;<a href="mailto:tonygarnockjones%2Brabbitmq@gmail.com">tonygarnockjones+rabbitmq@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
See <a href="https://github.com/tonyg/udp-exchange#readme" target="_blank">https://github.com/tonyg/udp-exchange#readme</a> under headings &quot;Messages arriving from UDP&quot; and &quot;Messages to be sent to UDP&quot;.<br>
</blockquote><div><br>Um, to be slightly more informative: it simply takes the whole of the arriving UDP packet and sticks it in as the body of an AMQP message. It also copies as much of the packet as will fit into the routing key, after the string &quot;ipv4.A.B.C.D.Port&quot; where A.B.C.D is the source IP address. Bindings to the exchange get to use topic-exchange syntax for matching routing_keys.<br>
<br>Tony<br><br>
</div></div>