BTW I've just patched trunk so that the activemq broker in the binary distro now includes an embedded Jetty broker (which is easy to disable via the activemq.xml if folks don't want it). http://issues.apache.org/activemq/browse/AMQ-1194
This also means we now have the web-console running at http://localhost:8161/admin/ We should be able to host any other web app in ActiveMQ by default - such as for hosting a RestServlet for uploading & serving up arbitrary files. We just need to add a new web app here... https://svn.apache.org/repos/asf/activemq/trunk/assembly/src/release/webapps/ On 2/28/07, James Strachan <[EMAIL PROTECTED]> wrote:
On 2/28/07, Aleksi Kallio <[EMAIL PROTECTED]> wrote: > > James Strachan wrote: > > I guess the first thing to do is test things work with some external > > file/web server, then we can try out the embedded Jetty server (in the > > broker or producer) > > I'm now working with DefaultBlobUploadStrategy against Jetty server, > using plain URLConnection. Hopefully I'll have some working code and > tests as soon as possible! Awesome! :) I had a bit of a look at the Jetty code and it doesn't seem to have a simple 'file servlet' for supporting GET/PUT/DELETE of files in a directory; so I was thinking we could contribute one to the Jetty6 tree and reuse that. e.g. maybe use the DefaultServlet in Jetty (which does GET fine) then add PUT/DELETE support -- James ------- http://radio.weblogs.com/0112098/
-- James ------- http://radio.weblogs.com/0112098/
