Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 595 Bytes

Changelog

All notable changes to this project will be documented in this file.

2.0.28-1

  • Fixed pending count for sharded queues

1.3.18-2

Added

  • BlockedListener for RMQ connections. Logs added to indicate connection blockage.
  • Support for separate producer/consumer connections.

Removed

  • Removed MetricRegistry from RabbitMQBundle constructor. Registry is now picked from the supplied Environment

Changed

  • Moved ExecutorServiceProvider from Bundle constructor to an overridden method. This allows access to config during ExecutorServiceProvider construction.