README.md in songkick_queue-0.6.0 vs README.md in songkick_queue-1.0.0

- old
+ new

@@ -40,10 +40,11 @@ config.username = 'guest' config.password = 'guest' config.vhost = '/' config.max_reconnect_attempts = 10 config.network_recovery_interval = 1.0 + config.requeue_rejected_messages = false end ``` SongkickQueue should work out the box with a new, locally installed RabbitMQ instance. @@ -168,11 +169,10 @@ $ open http://localhost:8808/ ``` ## TODO -* Add a message UUID when publishing (add to process name when processing) -* Look at adding #requeue and #reject methods in consumer mixin +* Requeue and reject from within consumers ## Contributing Pull requests are welcome!