Re: Large File Transfer

2010-06-10 Thread Lou Parisi
kevinle92618 wrote: > > Thanks Lou. I was afraid of this. If I understand you correctly, > ActiveMQ does NOT support resume transfer. However, you were able to get > around that problem by implementing the snippet codes you mentioned in > your previous post right? Do you mind posting the cod

Re: Large File Transfer

2010-06-09 Thread Lou Parisi
kevinle92618 wrote: > > I don't have answers to your questions. I'm interested in knowing if > ActiveMQ has the "resume" transfer capability for large file. Please > reply if you have the answer. Thanks. > It has been a while since I worked on this but I did get the "resume" working. As I

Large File Transfer

2009-05-04 Thread Lou Parisi
I have made some sample applications using ActiveMQ BlobMessage and everything is working. I have a few questions regarding the best implementation. 1. Since these are large files is there any built in capability to resume the file transfer from point of failure if a failure occurs while receivi

Re: BlobMessage

2009-04-17 Thread Lou Parisi
-td18826446.html Is there a document anywhere that shows how the BlobMessage is actually working? How is the webserver used and what is the sequence of events to send a message using BlobMessage? Lou Parisi wrote: > > > If I try to use an InputStream or File object to create the mess

BlobMessage

2009-04-16 Thread Lou Parisi
I am trying to send a BlobMessage with a file. I was able to get it to work with ftp URL. This seems to send the URL and then use FTP to get the file into the queue where I can then successfully write it out to a directory. If I try to use an InputStream or File object to create the message I ge