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

public class GetTotalDeadLetterMessagesQueuedFor extends Object
Get the total number of dead-letter-messages/poison-messages queued for the given queue
Operation also matched DurableQueuesInterceptor.intercept(GetTotalDeadLetterMessagesQueuedFor, InterceptorChain)
  • Field Details

    • queueName

      public final QueueName queueName
      the name of the Queue where we will query for the number of dead-letter-messages/poison-messages queued for the given queue
  • Constructor Details

    • GetTotalDeadLetterMessagesQueuedFor

      public GetTotalDeadLetterMessagesQueuedFor(QueueName queueName)
      Get the total number of dead-letter-messages/poison-messages queued for the given queue
      Parameters:
      queueName - the name of the Queue where we will query for the number of dead-letter-messages/poison-messages queued for the given queue
  • Method Details