[rabbitmq-discuss] other transports besides TCP
Jorg Eloy
jluzuria2001 at gmail.com
Fri Oct 11 10:27:39 BST 2013
Hi all,
I'm looking another transport for AMQP in place of TCP,
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.
My actual situation is that:
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,
I'm using basicPublish to publish the messages and QueueingConsumer to
consume the messages, Also DatagramSockets and DatagramPackets to send and
receive by UDP.
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
I try sending messages directly to the queue created for the consumer,
these messages arrive successfully
Can someone know what is the error?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131011/bf205f16/attachment.htm>
More information about the rabbitmq-discuss
mailing list