OBJECT

MessageCounts

Approximate counts of the messages currently on an Edge.

link GraphQL Schema definition

  • type MessageCounts {
  • # The approximate total number of messages.
  • approximateNumberOfMessages: Int!
  • # The approximate number of messages that have had delivery delayed.
  • approximateNumberOfMessagesDelayed: Int!
  • # The approximate number of messages that have been received by a target Node
  • # but have not yet been deleted from the Edge (also known as in-flight).
  • approximateNumberOfMessagesNotVisible: Int!
  • }