Consider using a simple proxy server to receive incoming UDP packets and send them to RabbitMQ via AMQP. For instance. in Python, you can configure a UDP server, and then use the PQ AMQP library to communicate with your RabbitMQ server.
Hooray!
source
share