we are using it for signature verification. so we don't actually need to implement caches ...we might not be able to use http since we will be saving images to the databases after viewing it to keep the latest copy.
i was just wondering if there are implementations using this already. On Wed, Jul 22, 2009 at 1:28 PM, Jose Luna <[email protected]> wrote: > > We have no problems using activemq with binary data. I don't know the > details of your use case, but HTTP may be a better choice since it provides > decent caching semantics that are already well understood. > > JLuna > > > > ----- Original Message ---- > > From: Carlo Camerino <[email protected]> > > To: [email protected] > > Sent: Tuesday, July 21, 2009 10:22:10 PM > > Subject: ActiveMQ For Messages Composed Of Images > > > > Hi, > > I was just was wondering if it's proper to use active mq to transmit > images. > > > > We are currently doing a distributed signature verification system. We > > sometimes have to get images on demand from a database in the main > branch. > > Can I use activemq and used networks of brokers to get images from the > main > > branch? > > > > I was thinking of using an image servlet but I think i'd rather use > > messaging. > > > > Thanks > > Carlo > > > > >
