Discussion:
[rabbitmq-users] Support for UDP & LWIP
Abdul Hakeem
2015-07-30 20:09:33 UTC
Permalink
Hello,

I am wondering if RabbitMQ offers support for UDP and LWIP, apart from the
obvious TCP.
Could anyone shed some light on this ?
Cheers,
Abdul Hakeem
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Klishin
2015-07-30 22:24:04 UTC
Permalink
Post by Abdul Hakeem
I am wondering if RabbitMQ offers support for UDP and LWIP, apart
from the obvious TCP.
Could anyone shed some light on this ?
There's an exchange that uses UDP, making it a basic UDP API for RabbitMQ
(for publishing):

https://github.com/tonyg/udp-exchange

Unfortunately, I'm not sure if it's up-to-date with RabbitMQ 3.5.x.
--
MK

Staff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gotthard, Petr
2015-07-31 07:28:40 UTC
Permalink
I checked. Publishing to the udp-exchange works with my RabbitMQ 3.5.3, so I guess it should work with any 3.5.x.

Please note that the x-udp exchange behaves like a topic exchange and the routing key is composed from several values. If you want to be sure you receive all messages published to that exchange, you should bind your queue using '#'.


Petr

-----Original Message-----
From: rabbitmq-***@googlegroups.com [mailto:rabbitmq-***@googlegroups.com] On Behalf Of Michael Klishin
Sent: 31. Ĩervence 2015 0:24
To: Abdul Hakeem; rabbitmq-users
Subject: Re: [rabbitmq-users] Support for UDP & LWIP
Post by Abdul Hakeem
I am wondering if RabbitMQ offers support for UDP and LWIP, apart
from the obvious TCP.
Could anyone shed some light on this ?
There's an exchange that uses UDP, making it a basic UDP API for RabbitMQ
(for publishing):

https://github.com/tonyg/udp-exchange

Unfortunately, I'm not sure if it's up-to-date with RabbitMQ 3.5.x.
--
MK
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...