Rabbitmq Tasks Plugin
Dependency :
compile ":rabbitmq-tasks:0.5.4"
Summary
The tasks plugin provides a way to run background tasks in grails using
rabbitmq to queue them. Provides a framework for adding tasks, deleting
them, and aborting them.
Installation
grails install-plugin rabbitmq-tasks
Description
Rabbitmq Tasks Plugin
The rabbitmq task plugin uses rabbitmq to queue and execute long-running background tasks, as well as provides a controller to create/remove the tasks. The plugin supports task that take files as input and produce files as output.For full documentation see Github documentation.Release log
Version 0.5.3
- Added support for any security framework through the Platform core plugin.