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
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
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
-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
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