-------------------
- V0.0.5. [Philip Cristiano]
- Config: Include username and password. [Philip Cristiano]
- Test: Don't reject if acked. [Philip Cristiano]
- Test: Make sure reject/requeue is called when an error occurs. [Philip
Cristiano]
- Test: Actually call erroring consumer. [Philip Cristiano]
- Test ConsumerPool calls consume and shutdown. [Philip Cristiano]
Requires gevent in the test, not to bad, needs to be cleaned up though
- Don't use a new class, just use greenlet for now. [Philip Cristiano]
Less complexity, still trying to make it easier to test consumer pool spawning
- Start process container for gevent. [Philip Cristiano]
- Whitespace fixes. [Philip Cristiano]
- Example startup adds handler to root. [Philip Cristiano]
- Pool: Catch errors from exceptional shutdown. [Philip Cristiano]
- Proxy: Raise error if responding twice. [Philip Cristiano]
- Move module to avoid nose picking it up. [Philip Cristiano]
- Fix example logging. [Philip Cristiano]
- Fix path to examples. [Philip Cristiano]
- Fix startup handling when not defined. [Philip Cristiano]
- Log with logger, not logging. [Philip Cristiano]
- Global startup handler and use logging instead of prints. [Philip
Cristiano]