org.apache.activemq.apollo.dto
Class QueueConsumerStatusDTO
java.lang.Object
org.apache.activemq.apollo.dto.QueueConsumerStatusDTO
public class QueueConsumerStatusDTO
- extends java.lang.Object
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
link
public LinkDTO link
- link to who is consuming from the queue.
position
public long position
acquired_count
public int acquired_count
acquired_size
public long acquired_size
total_dispatched_count
public long total_dispatched_count
total_dispatched_size
public long total_dispatched_size
total_ack_count
public long total_ack_count
total_nack_count
public long total_nack_count
waiting_on
public java.lang.String waiting_on
- What the consumer is currently waiting on
QueueConsumerStatusDTO
public QueueConsumerStatusDTO()
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.