README.md in totoro-1.0.5 vs README.md in totoro-1.0.6
- old
+ new
@@ -31,10 +31,14 @@
#### if you havn't install gem delayed_jobs, then run initialization scripts
```
rails g delayed_job:active_record
```
+#### delayed job configuration
+
+https://github.com/collectiveidea/delayed_job
+
#### Run DB migraion
`rake db:migrate`
## Sample configuration
@@ -47,18 +51,20 @@
user: app
pass: app
queue:
normal_queue_for_both_enqueue_and_subscribe:
name: default_exchange.queue.name
+ persistent: true
durable: true
clean_start: false
exchange_queue_for_subscribe:
name: fanout.exchange.queue
durable: true
exchange: fanout.exchange.name
exchange:
exchange_for_fanout_enqueue:
name: fanout.exchange.name
+ persistent: false
custom:
connect:
host: rabbitmq
port: 5672