[jira] Created: (AMQ-1075) support for FileMessage interface to support in-band and out-of-band file transfer

2006-11-28 Thread james strachan (JIRA)
support for FileMessage interface to support in-band and out-of-band file transfer -- Key: AMQ-1075 URL: https://issues.apache.org/activemq/browse/AMQ-1075 Project

support for FileMessage?

2006-11-16 Thread James Strachan
Saw an interesting blog post today... http://weblogs.java.net/blog/guruwons/archive/2006/11/sending_large_f.html As I mentioned on the comments, I'd like to extend this a little to support both out-of-band transfer (e.g. its basically a message with a URL in it to that the user can download the

Re: support for FileMessage?

2006-11-16 Thread Rob Davies
like it! I guess it's already implemented by now :) On 16 Nov 2006, at 09:01, James Strachan wrote: Saw an interesting blog post today... http://weblogs.java.net/blog/guruwons/archive/2006/11/ sending_large_f.html As I mentioned on the comments, I'd like to extend this a little to support

[jira] Created: (AMQ-1055) support for FileMessage to allow easy transfer of attachments

2006-11-16 Thread james strachan (JIRA)
support for FileMessage to allow easy transfer of attachments - Key: AMQ-1055 URL: https://issues.apache.org/activemq/browse/AMQ-1055 Project: ActiveMQ Issue Type: New Feature

Re: support for FileMessage?

2006-11-16 Thread Hiram Chirino
I like it.. But I wonder if we can do something to handle streams out of band in general. Here's a use case I'm thinking about... A big file is being posted to a servlet and the servlet wants to pass that input stream it's receiving to a JMS consumer somewhere in the back end. So there is no

Re: support for FileMessage?

2006-11-16 Thread James Strachan
On 11/16/06, Hiram Chirino [EMAIL PROTECTED] wrote: I like it.. But I wonder if we can do something to handle streams out of band in general. Here's a use case I'm thinking about... A big file is being posted to a servlet and the servlet wants to pass that input stream it's receiving to a JMS

Re: support for FileMessage?

2006-11-16 Thread Hiram Chirino
Ok. Why does the producer need to decide if the stream is sent out of band or not?? On 11/16/06, James Strachan [EMAIL PROTECTED] wrote: On 11/16/06, Hiram Chirino [EMAIL PROTECTED] wrote: I like it.. But I wonder if we can do something to handle streams out of band in general. Here's a

Re: support for FileMessage?

2006-11-16 Thread James Strachan
On 11/16/06, Hiram Chirino [EMAIL PROTECTED] wrote: Ok. Why does the producer need to decide if the stream is sent out of band or not?? Otherwise how would ActiveMQ know whether or not to send a URL or the contents of the file? e.g. ActiveMQ can't really guess if new URL(file://foo/bar)

Re: support for FileMessage?

2006-11-16 Thread Hiram Chirino
On 11/16/06, James Strachan [EMAIL PROTECTED] wrote: On 11/16/06, Hiram Chirino [EMAIL PROTECTED] wrote: Ok. Why does the producer need to decide if the stream is sent out of band or not?? I see what you mean now. Otherwise how would ActiveMQ know whether or not to send a URL or the