Context: MSDN documentation on Service Bus queues and message sessions says "When the MessageSession object is accepted and while it is held by a client, that client holds an exclusive lock on all messages with that session's SessionId that exist in the queue or subscription, and also on all messages with that SessionId that still arrive while the session is held.
Question: Can the per-session lock be configured to be released after some time period, unless it’s renewed? I ask in case the client becomes unhealthy and can’t release the lock on its own.