Service bus queue space check

Passed

Subscribers Service Bus Queue has Enough Space to send Messages.

Alert

  • Test Result: Service Bus Queue does not have enough space for Subscribers : {subscriberId}, Please clean the queue for OHS to send messages.

  • Resolution: Check for the following conditions:

    • Service Bus topic/queue has exceeded the maximum capacity of messages it can hold.

    • Ensure that the services that read the messages from the queue are running. Check for any misconfiguration of features.

Failed

  • Test Result: Either Subscriber Service Bus is Not Reachable Or Queue does not exist or Queue size has reached its Maximum Capacity for Subscribers : {subscriberId}

  • Resolution: Check for the following conditions:

    • Check whether the Subscriber SB connectivity check is passed or failed.

      • If failed, then the subscriber mentioned is not reachable. See the recovery steps mentioned in Subscriber service bus connectivity check.

      • If passed, then the Service Bus topic/queue has exceeded the maximum capacity of messages it can hold.

        • If failed, then the Service Bus topic/queue does not exist. See the recovery steps mentioned in Subscriber queue check.

        • If passed, then the Service Bus topic/queue has exceeded the maximum capacity of messages it can hold.

    • Ensure that the services that read the messages from the queue are running. Check for any misconfiguration of features.