Open Rayzbam opened 3 years ago
This can occur if the connection between the service and the client is interrupted. We have an item in the backlog that should help prevent this type of behavior.
Thank you for your feedback on this item. We are currently actively working on this feature, however we don't have a timeline to share yet around its release.
We have brought this item in our current planning, and should be able to provide an update in the coming months.
Hi,
I'm using ServiceBus queue with maxConcurrentCalls enabled (setted to 100 actually) through AMQP connections. Sometimes, i'm just getting MessageLockLostException on some messages. I do know that this issue usually happened on Lock expiration but my process just take "normal" time, like 3sec and my lockExpiration is setted to 5minutes. I complete (or deadletter) my messages with the same MessageReceiver than the one which received the message to be processed (i know it's a prerequisite when using AMQP). I don't have a clue about this issue, i'm just getting started to think it's an issue, maybe with the maxConcurrentCalls idk.
My queue configuration :
LockDuration = TimeSpan.FromMinutes(5), MaxDeliveryCount = 1
Actual Behavior
Expected Behavior