java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetTotalMessagesQueuedFor

public class GetTotalMessagesQueuedFor extends Object
Get the total number of messages queued (i.e. not including Dead Letter Messages) for the given queue
Operation also matched DurableQueuesInterceptor.intercept(GetTotalMessagesQueuedFor, InterceptorChain)
  • Field Details

    • queueName

      public final QueueName queueName
      the name of the Queue where we will query for the number of queued messages
  • Constructor Details

    • GetTotalMessagesQueuedFor

      public GetTotalMessagesQueuedFor(QueueName queueName)
      Get the total number of messages queued (i.e. not including Dead Letter Messages) for the given queue
      Parameters:
      queueName - the name of the Queue where we will query for the number of queued messages
  • Method Details