<div dir="ltr"><div>I have a situation where I am trying to decide if its the right use case to use RabbitMQ. I have limited knowledge about Queues so my question might sound too naive.</div><div><br></div><div>We have an application that allows users to submit a request that needs to be processed on a specific time and date in the future. If there was no constraint of time and date, we would have put the request in a queue and have the consumer pick the request one by one and process them. However, considering my scenario—</div>
<div><br></div><div>Is it possible to publish a message to be consumed at later stage?</div><div><br></div>-Manish</div>