Change record status: 
Project: 
Introduced in branch: 
3.x
Introduced in version: 
3.1.0
Description: 

The Drupal\rabbitmq\Queue\Queue class constructor now takes the datetime.time service as a parameter.

For BC reasons this parameter is optional in RabbitMQ 3.1.0, The optional usage is deprecated and will become required in RabbitMQ 4.0.0

Any sub-classes of this class will need to update their constructor accordingly.

Impacts: 
Module developers