Sha256: 2bdf64f248f4a955ea3b8b505264282139638433def5e61c259c2922d560cc53

Contents?: true

Size: 697 Bytes

Versions: 7

Compression:

Stored size: 697 Bytes

Contents

Overview

This example shows how to use Resque to initiate a Job which in turn submits all
its work to processors.

## Architecture

The architecture for this example uses:
### Initiator

An _initiator_ which enqueues the job to be completed

### Resque Worker

A _resque worker_ which manages the job itself. The _resque worker_ in turn submits
requests to the _task worker_.

### Processor

A _processor_ performs the actual work and receives its requests over a
hornetq queue. It replies back to the _resque worker_ when complete


Requirements

Install the following gems
* resque
* resque-status
** https://github.com/quirkey/resque-status

Start the Resque Job worker

Start the Task workers

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jruby-hornetq-0.5.0.alpha examples/resque/readme.md
jruby-hornetq-0.4.0 examples/resque/readme.md
jruby-hornetq-0.3.3 examples/resque/readme.md
jruby-hornetq-0.3.2 examples/resque/readme.md
jruby-hornetq-0.3.1 examples/resque/readme.md
jruby-hornetq-0.3.0.alpha examples/resque/readme.md
jruby-hornetq-0.2.5.alpha examples/client/resque/readme.md