AS a enhancement, amq supports sending blobmessage whose size can be very large (says 2GB). So you certainly can use it to send those pdf files as well.
At 2011-11-15 23:21:41,"Larry Meadors" <larry.mead...@gmail.com> wrote: >I'm looking at a process where we are moving around 2000 pdf files per >day (not sure of the size yet - I'd guess < 2MB) to an alternate >location. > >We'd have a process that sent the pdf files to our queue, and a second >process that would get them from there and push them to their new >home. > >I am wondering if doing this with AMQ will cause issues. > >I can't think of any reasons that it would, but just wanted to see if >anyone here had any experience that would make me re-think this. :) > >Larry