public interface DestinationControl
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the ActiveMQ Artemis address corresponding to this destination.
|
int |
getDeliveringCount()
Returns the number of messages that this queue is currently delivering to its consumers.
|
long |
getMessageCount()
Returns the number of messages currently in this destination.
|
long |
getMessagesAdded()
Returns the number of messages added to this queue since it was created.
|
String |
getName()
Returns the name of this destination.
|
boolean |
isTemporary()
Returns whether this destination is temporary.
|
int |
removeMessages(String filter)
Removed all the messages which matches the specified JMS filter from this destination.
|
String getName()
String getAddress()
boolean isTemporary()
long getMessageCount() throws Exception
Exception
int getDeliveringCount()
long getMessagesAdded()
Copyright © 2016 JBoss by Red Hat. All rights reserved.