-------------------
- Merge conflict. [Adam Cohen]
- Use pythonic comparison. [Adam Cohen]
- Add support+tests for RABBITMQ_URL environment variable. [Adam Cohen]
- Create queues defined in the amqp_dispatcher yaml at application start
time. [Adam Cohen]
This allows a client to dynamically specify which queues it should be listening to without necessitating coordination with the RabbitMQ server. It can be useful during testing scenarios or when attempting to bring up/down queue workers in disparate services.
- Use the python logger instead of print statements. [Adam Cohen]
- Add env variable instructions to README. [Adam Cohen]
- Will logger.exception will log full exception and stack trace, no need
to pass exception. [Adam Cohen]
- Use pythonic comparison. [Adam Cohen]
- Add support for RABBITMQ_URL and tests for parsing environment. [Adam
Cohen]
- Add documentation to README. [Adam Cohen]
- Max exclusive parameterizable. [Adam Cohen]
- Create queues defined in the amqp_dispatcher yaml at application start
time. [Adam Cohen]
- Log things. [Adam Cohen]
- Fixes locked consumers. [Rick Hanlon II]