[rabbitmq-discuss] Video streaming over AMQP using RabbitMQ via Java Client API

James Carr james.r.carr at gmail.com
Fri Oct 21 16:27:42 BST 2011


Yeah, I meant the splitting and resequencing being done by client
apps, not rabbit.

On Fri, Oct 21, 2011 at 10:25 AM, Simon MacMullen <simon at rabbitmq.com> wrote:
> On 21/10/11 16:16, James Carr wrote:
>>
>> This actually brings up a good question. So far I haven't actually
>> pushed binary files through rabbitMQ but I'm about to. Correct me if
>> I'm wrong but sending a large binary file might make rabbitMQ croak
>> (granted, this result would be bound to memory and disk resources on
>> the machine) and would probably require chunking and resequencing,
>> correct?
>
> Depends what you mean by "large". (And "croak"). But we don't make any
> attempt to split up or stream messages within the broker; the message is
> just treated as a binary.
>
> Cheers, Simon
>
> --
> Simon MacMullen
> RabbitMQ, VMware
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list