public static interface ClientSession.QueueQuery
| Modifier and Type | Method and Description |
|---|---|
SimpleString |
getAddress()
Returns the address that the queue is bound to.
|
int |
getConsumerCount()
Returns the number of consumers attached to the queue.
|
SimpleString |
getFilterString()
Returns the queue's filter string (or
null if the queue has no filter). |
long |
getMessageCount()
Returns the number of messages in the queue.
|
boolean |
isDurable()
Returns
true if the queue is durable, false else. |
boolean |
isExists()
Returns
true if the queue exists, false else. |
boolean isExists()
true if the queue exists, false else.boolean isDurable()
true if the queue is durable, false else.int getConsumerCount()
long getMessageCount()
SimpleString getFilterString()
null if the queue has no filter).SimpleString getAddress()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.