[rabbitmq-discuss] Using File streaming via Java Client API

Allan Kamau kamauallan at gmail.com
Tue Apr 26 09:02:05 BST 2011


On Tue, Apr 26, 2011 at 10:31 AM, Valentin Bernard <vbernard42 at gmail.com> wrote:
> Hi,
>
> It seems like you can't do that with RabbitMQ, and that's not part of
> AMQP 0-9-1 anymore.
>
> From the FAQ:
>> I heard that AMQP supports streaming for large messages. How do we enable this?
>> AMQP 0-8 included mention of a "stream" transfer class. However, no one implements it and it's gone in AMQP 0-9-1. It is the responsibility of applications to chunk large messages if they need to.
>
> Regards,
>
> Valentin.
>
> On 26 avr, 08:11, Allan Kamau <kamaual... at gmail.com> wrote:
>> I am looking for a simple example that illustrates the sending of a
>> file to a queue and another on retrieving contents of such a file. All
>> this using file streaming and file content class. I have had little
>> success finding this on the API docs.
>>
>> Allan
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>

Thank you Valentin, I will now slice up the data and send it to the
queue and somehow factor in the ability to reassemble these broken
pieces of data.

Allan.


More information about the rabbitmq-discuss mailing list