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

613 views
Skip to first unread message

Maddy C

unread,
Oct 21, 2011, 8:33:51 AM10/21/11
to rabbitmq...@lists.rabbitmq.com
I am looking for a simple example that illustrates the sending of a
video file to a queue and another on retrieving the video file. Please can you
give some basic examples on this streaming video on Rabbitmq. please mail me to
below Email Id.

Thanks and Regards,
Madhusudhan C



--
Thanks & Regards,
Madhusudhan

 (¨`•.•´¨) Always
`•.¸(¨`•.•´¨) Keep
(¨`•.•´¨)¸.•´ Smiling!!
`•.¸.•´


Marek Majkowski

unread,
Oct 21, 2011, 9:46:12 AM10/21/11
to Maddy C, rabbitmq...@lists.rabbitmq.com
Maddy,

Take a look at our examples from here:
http://www.rabbitmq.com/getstarted.html

And adapt them to your need.

Cheers,
Marek

> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq...@lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq...@lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

James Carr

unread,
Oct 21, 2011, 11:16:12 AM10/21/11
to Marek Majkowski, rabbitmq...@lists.rabbitmq.com
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?


Thanks,
James

Simon MacMullen

unread,
Oct 21, 2011, 11:25:23 AM10/21/11
to rabbitmq...@lists.rabbitmq.com
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

James Carr

unread,
Oct 21, 2011, 11:27:42 AM10/21/11
to Simon MacMullen, rabbitmq...@lists.rabbitmq.com
Yeah, I meant the splitting and resequencing being done by client
apps, not rabbit.

Andrew Nyago

unread,
Aug 10, 2015, 3:36:03 AM8/10/15
to rabbitmq-discuss, rabbitmq...@lists.rabbitmq.com, si...@rabbitmq.com
is it possible for you guys to post an exmaple (in Java preferably) of a large video file being sent via rabbitmq.
Reply all
Reply to author
Forward
0 new messages