I need to send out a stream of data from a C++ program to multiple Java
clients.  I've searched around on google for info to do this with ActiveMQ,
but I haven't found anything useful.  There is some talk about using streams
with Java, but that doesn't really help my situation.

There is a server that is getting a live camera feed into it, and it needs
to send this video feed to several Java clients.  I've heard that ActiveMQ
would be a good choice for this type of messaging, because it is very
flexible.  I thought about breaking the stream into smaller messages,
sending those, and rebuilding the stream on the client.  This seems like it
might be inefficient.

Let me warn you by saying, I've never used ActiveMQ before btw.

Does this seem plausible?  Is there a better way to do this that I have
missed?

Thanks for your help.
-- 
View this message in context: 
http://www.nabble.com/Sending-Stream-from-C%2B%2B-tp17367664s2354p17367664.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to