'Stop Consuming messages from 00:00 - 01:00 RabbitMQ

I Have implemented RabbitMQ on my Payments Service Of MFO, currently we need to stop consuming messages from 00:00 to 01:00. we need to be published messages but not to consume untill 1 o'clock, because it is time our SQL Job of CloseDay needs, so if we receive payment during 00:00-01:00 we want it to be waited in queue and then consumed after 01:00, is there any configuration I can use to configure queue? service is written on .NET Core



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source