It would help local development and the basic installation process if amqp was not needed.
Provide an option to do polling every 10s or so (configurable). And a config option so it's optional to use amqp for notifications that there are new MonQTasks.
Also, must update README.markdown with these changes.
Diff:
Ready for review on rc/1779
To QA: see if setup-app still makes the taskd server do stuff. The development.ini here disables rabbitmq use by default.
Testing for polling is probably a really bad idea as it will slow things down.
The README.markdown has already been updated (sections regarding rabbitmq are marked 'optional', meaning if you don't want rabbitmq, don't do them).
What are the implications of moving amqplib and kombu to requirements.txt? I never understood the split....