Skip to content

Commit 0a7670a

Browse files
authored
Merge pull request #373 from kaushika-msft/patch-1
Append to documentation regarding what BROKER_RECEIVE_WAITFOR means
2 parents e18bcaf + b61e6e6 commit 0a7670a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This command resets all counters to 0.
126126
|BROKER_FORWARDER |TBD <br /> **Applies to**: [!INCLUDE[ssSQL12](../../includes/sssql11-md.md)] through [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)].|
127127
|BROKER_INIT |Occurs when initializing Service Broker in each active database. This should occur infrequently.|
128128
|BROKER_MASTERSTART |Occurs when a task is waiting for the primary event handler of the Service Broker to start. This should occur very briefly.|
129-
|BROKER_RECEIVE_WAITFOR |Occurs when the RECEIVE WAITFOR is waiting. This is typical if no messages are ready to be received.|
129+
|BROKER_RECEIVE_WAITFOR |Occurs when the RECEIVE WAITFOR is waiting. This may mean that either no messages are ready to be received in the queue or a lock contention is preventing it from receiving messages from the queue.|
130130
|BROKER_REGISTERALLENDPOINTS |Occurs during the initialization of a Service Broker connection endpoint. This should occur very briefly.|
131131
|BROKER_SERVICE |Occurs when the Service Broker destination list that is associated with a target service is updated or re-prioritized.|
132132
|BROKER_SHUTDOWN |Occurs when there is a planned shutdown of Service Broker. This should occur very briefly, if at all.|

0 commit comments

Comments
 (0)