cancel
Showing results for 
Search instead for 
Did you mean: 

Do messages stuck in 'Delivering' status lock the worker thread?

suwandi_cahyadi
Contributor
0 Kudos

Dear Experts,

In case of messages that are stuck in 'Delivering' status, do they keep locking the worker thread while they are stuck in this status? Hence, reducing the available worker thread for other process.

Thank you.

Regards,

Suwandi C.

Accepted Solutions (1)

Accepted Solutions (1)

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Suwandi

Normally, if the messages are in delivering status, the worker threads will be stuck for processing.

But we have some cases, there is no worker thread assigned for the delivering message, only the status is delivering somehow(database failure, network issue and etc). For such case, you need restart the server node to re-process the delivering messages. Then new worker thread will be assigned, the message processing will be triggered again.

Best Regards,

Liz

Answers (0)