Re: How to send file using ActiveMQ

2007-09-21 Thread Sherif
ass a remote URL of the file. From >> the consumer side it doesn't know the difference; its just a URL to >> download etc >> -- >> James >> --- >> http://macstrac.blogspot.com/ >> >> > > -- View this message in context: http://www.nabble.com/How-to-send-file-using-ActiveMQ-tf3960326s2354.html#a12831498 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to send file using ActiveMQ

2007-09-20 Thread ttmdev
; -- > James > ------- > http://macstrac.blogspot.com/ > > -- View this message in context: http://www.nabble.com/How-to-send-file-using-ActiveMQ-tf3960326s2354.html#a12803896 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to send file using ActiveMQ

2007-06-22 Thread James Strachan
On 6/21/07, Gaurav Hariani <[EMAIL PROTECTED]> wrote: We have a similar need and after trying a number of approaches we settled on the following approach: The producer creates a file in a directory where it can be served by a webserver e.g. ~gaurav/public_html/large_messages/xyzABC123.zip Then t

Re: How to send file using ActiveMQ

2007-06-21 Thread Gaurav Hariani
We have a similar need and after trying a number of approaches we settled on the following approach: The producer creates a file in a directory where it can be served by a webserver e.g. ~gaurav/public_html/large_messages/xyzABC123.zip Then the producer sends the URL of this file as a text mess

Re: How to send file using ActiveMQ

2007-06-21 Thread James Strachan
On 6/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, Can you let me know how to send large file using ActvieMQ ? Yes. We've supported JMS streams for a few years now, though in 5.x there's an even better mechanism, Blob Messages which supports out of band and external file systems/web

Re: How to send file using ActiveMQ

2007-06-21 Thread Kit Plummer
We're using JMS to carry 100-1000MB files. [EMAIL PROTECTED] wrote: Hi, Can you let me know how to send large file using ActvieMQ ? Thanks

How to send file using ActiveMQ

2007-06-21 Thread [EMAIL PROTECTED]
Hi, Can you let me know how to send large file using ActvieMQ ? Thanks -- View this message in context: http://www.nabble.com/How-to-send-file-using-ActiveMQ-tf3960326s2354.html#a11238250 Sent from the ActiveMQ - User mailing list archive at Nabble.com.