I’m looking for a message queuing system that has good ruby bindings.
I’ve found a bunch of a systems (ActiveMQ, JBoss Messaging, RabbitMQ,
etc…) but I’m having difficulty selecting one.
I’m looking to use the messaging model where the queue stores messages
and consumers must poll to retrieve them, not a subscription-based
system. Does anyone have any experience with queuing systems that fit
these needs?