<div dir="ltr">Hi all,<br>I'm looking another transport for AMQP in place of TCP,<br>Nowadays, I'm trying work with UPD exchange of tonyg [https://github.com/tonyg/udp-exchange], with the plugin to rabbitmq, to get a similar scenario with publishers, consumers, queues and exchanges, But I can't get it.<br><br>My actual situation is that:<br>I send messages from the publisher to the exchange and these messages are not published, I can view in the web management tool how the delivery rate in the exchange is altered, <br>I'm using basicPublish to publish the messages and QueueingConsumer to consume the messages, Also DatagramSockets and DatagramPackets to send and receive by UDP.<br>But as I said before, these messages are don't received in the consumer. Including that I use the same routing keys in the messages and when <br>I try sending messages directly to the queue created for the consumer, these messages arrive successfully<br><br>Can someone know what is the error?<br><br>Thanks in advance.<br><br><br></div>