org.apache.activemq.broker.jmx
public interface DurableSubscriptionViewMBean extends SubscriptionViewMBean
Modifier and Type | Method and Description |
---|---|
javax.management.openmbean.CompositeData[] |
browse()
Browse messages for this durable subscriber
|
javax.management.openmbean.TabularData |
browseAsTable()
Browse messages for this durable subscriber
|
int |
cursorSize() |
void |
destroy()
Destroys the durable subscription so that messages will no longer be
stored for this subscription
|
boolean |
doesCursorHaveMessagesBuffered() |
boolean |
doesCursorHaveSpace() |
long |
getCursorMemoryUsage() |
int |
getCursorPercentUsage() |
java.lang.String |
getSubscriptionName() |
boolean |
isCursorFull() |
getClientId, getConnection, getConnectionId, getDequeueCounter, getDestinationName, getDispatchedCounter, getDispatchedQueueSize, getEnqueueCounter, getMaximumPendingMessageLimit, getMessageCountAwaitingAcknowledge, getPendingQueueSize, getPrefetchSize, getPriority, getSelector, getSessionId, getSubcriptionId, getSubcriptionName, getUserName, isActive, isDestinationQueue, isDestinationTemporary, isDestinationTopic, isDurable, isExclusive, isMatchingQueue, isMatchingTopic, isNoLocal, isRetroactive, isSlowConsumer, setSelector
java.lang.String getSubscriptionName()
javax.management.openmbean.CompositeData[] browse() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
javax.management.openmbean.TabularData browseAsTable() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
void destroy() throws java.lang.Exception
java.lang.Exception
boolean doesCursorHaveSpace()
boolean isCursorFull()
boolean doesCursorHaveMessagesBuffered()
long getCursorMemoryUsage()
int getCursorPercentUsage()
int cursorSize()
Copyright © 2005-2014. All Rights Reserved.