[rabbitmq-discuss] Simplest possible embedded message producer

Tony Garnock-Jones tonygarnockjones+rabbitmq at gmail.com
Tue Mar 20 21:23:46 GMT 2012


On 20 March 2012 17:14, Gavin M. Roy <gmr at myyearbook.com> wrote:

> Hmm, while cool, I'd really need the ability to use Basic.Properties.
> Given the single UDP packet restriction of the message, it's probably
> outside the realm of what I am looking for, but very cool none the less.
>

Getting to multiple-packets-per-delivery requires development of,
basically, a big chunk of what TCP does.

If you can stomach single-packet-per-delivery, then of course one way to
get a properties/body split might be to have an x-udp exchange routing to
an application which splits the packets and reinjects the results to some
other exchange...

Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120320/54c47d1e/attachment.htm>


More information about the rabbitmq-discuss mailing list