28 Jan 2024 07:49 AM
Dear All,
Want to help me to understand better the bellow screenshot:
when the wait time is 40sec, this mean that the consumer is waiting for the message to be put in the replay queue to proceed?
Thanks for your replay.
BRs,
28 Jan 2024 11:13 AM
Hi,
You can read this in the documentation:
The time during which the code actively waits for something (for example, Object.wait() or a similar functionality).
Best regards
28 Jan 2024 11:23 AM - edited 28 Jan 2024 11:23 AM
Thanks. But this does not answer my question.
I know the definition for the wait time.
In this special case, IBM MQ,
The wait can have 2 different definitions:
Is the message is inside the queue and wait someone to consume it OR the message is not yet put in the queue.
I assume in that case, the message is not yet put in the queue, but want to be sure.