All notable changes to this project will be documented in this file.
- Fixed pending count for sharded queues
- BlockedListener for RMQ connections. Logs added to indicate connection blockage.
- Support for separate producer/consumer connections.
- Removed
MetricRegistry
from RabbitMQBundle constructor. Registry is now picked from the suppliedEnvironment
- Moved
ExecutorServiceProvider
from Bundle constructor to an overridden method. This allows access to config duringExecutorServiceProvider
construction.