Community contributed extensions

RabbitMQ [rabbitmq] module

This module is for the Play 1.x series only.

RabbitMQ offers a highly available and scalable, and yet lightweight, messaging system with predictable. RabbitMQ is the leading implementation of AMQP, and a great alternative to JMS. RabbitMQ supports Work Queues, Routing, PubSub, etc. This module allows your Play! application to produce and consume messages from RabbitMQ queues; it provides statistics and streaming through WebSockets; retry logic has been added on version 0.0.4.

http://geeks.aretotally.in/rabbitmq-module-for-play-framework

Written by Felipe Oliveira.

Published releases

0.3 Sep 20 2011 Documentation Try Play
0.2 Sep 13 2011 Documentation Try Play
0.0.9 May 28 2011 Documentation Try Play
0.0.8 May 26 2011 Documentation Try Play
0.0.7 May 24 2011 Documentation Try Play
0.0.6 May 20 2011 Documentation Try Play
0.0.5 May 11 2011 Documentation Try Play
0.0.4 May 10 2011 Documentation Try Play
0.0.3 May 04 2011 Documentation Try Play
0.0.2 May 01 2011 Documentation Try Play
0.0.1 Apr 25 2011 Documentation Try Play

To install locally this module use the install command:

play install rabbitmq-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> rabbitmq {version}