Maybe Akka would be better for you? http://akkasource.org/ "Akka has an AMQP module which abstracts AMQP Producer and Consumer as Actors."
Channing vishnu-11 wrote: > > Hi > I'm trying to use lift to right a back end for a system that > communicates via AMQP. The idea is to have a bunch of (threads?, > processes? actors?) that subscribe to some queues on a queueing system > and react to various messages by contacting various third party > systems and persisting messages to a database. > > I was wondering firstly if it makes sense to use lift, or if it makes > more sense to pull various parts out of lift and use them? > > Additionally, looking at the lift amqp code, it seems to be a little > out of date, especially with regard to amqp. Does anyone know if there > has been any active work on this segment? > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > > -- View this message in context: http://old.nabble.com/Lift-based-backend-server-subscribing-via-amqp-tp27014641p27018830.html Sent from the liftweb mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
