Reccently I've worked on a similar project where files were encapsulated in
JMS messages (using JBossMQ), and sended via JMS topics ; these topics were
persistent (technically JBossMQ saved messages in an Hypersonic database).
But we face a lot of problem when the files were too larges ; and the
approach we've used was to breaksup theses files in small parts.

To have study the JXTA project (a peer-to-peer framework), if you want to
send large file between two  peers you can use the JxtaSocket class which is
capable of performing chunking of data automatically.

I would want be sure that large files are sended without any problem !
--
View this message in context: 
http://www.nabble.com/Transfering-large-files-t1355591.html#a3630800
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to