[Lift] Re: lift-amqp, RabbitMQ and Subscriptions?

2009-04-23 Thread alexis
Tim, Alexis here from RabbitMQ. This is definitely a good use case for RabbitMQ and AMQP. It has been implemented by quite a few folks, in a range of styles. In your case I think you probably want to express subscription interest based on single keywords (eg bigjob, littlejob). You would do

[Lift] Re: lift-amqp, RabbitMQ and Subscriptions?

2009-04-23 Thread Derek Chen-Becker
I've done some similar things in JMS using both the queue and pub/sub models and I'm positive that you should be able to do this with AMQP. In fact, I'm pretty sure that AMQP adds some nice features that make message selection incredibly flexible. For what it's worth, the project I worked on was

[Lift] Re: lift-amqp, RabbitMQ and Subscriptions?

2009-04-22 Thread TylerWeir
You may want to talk to Steve Jenson (aka @stevej) about your app needs. I'm not sure he still visits the list, so twitter may be the best avenue. On Apr 22, 6:48 pm, Tim Perrett timo...@getintheloop.eu wrote: Guys, Im just starting to look at RabbitMQ and lift-amqp. I have a situation