[rabbitmq-discuss] other transports besides TCP

Simon MacMullen simon at rabbitmq.com
Fri Oct 11 12:10:48 BST 2013


I'm afraid your message doesn't really give us much to go on, other than 
"it doesn't work".

I suggest you try to break the problem down: when you send a UDP packet, 
can you see it reach the broker in wireshark? Can you see it go into a 
queue (bound to the UDP exchange with "#") in the management plugin? And 
so on.

Also, out of interest, why do you want to use UDP instead of TCP?

Cheers, Simon

On 11/10/2013 10:27AM, Jorg Eloy wrote:
> 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.



-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list