[rabbitmq-discuss] Can RabbitMQ handle big messages?
Michael Klishin
michael.s.klishin at gmail.com
Mon Mar 12 08:28:26 GMT 2012
Zabrane Mickael:
> Before trying to rewrite the wheel, anyone faced this problem before and would like to
> share some code (ie. splitting a big file are constructing it when reading from RabbitMQ queue)?
You can use Nanite's file streaming implementation as example:
https://github.com/ruby-amqp/nanite/blob/master/lib/nanite/streaming.rb
Keep in mind that the project is old but the chunking part is just as relevant
today.
MK
More information about the rabbitmq-discuss
mailing list