When a message reaches the beginning of a queue, is it possible to force an X amount of time before it gets processed? I don't want to do it by coding into it, but I was wondering if the queue can be configured somehow.
I need to ensured a fixed amount of time between the moment the client transaction sends the message to the queue and the moment it actually gets processed.