public static interface ClientSession.QueueQuery
ClientSession.queueQuery(SimpleString)
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). |
int |
getMaxConsumers() |
long |
getMessageCount()
Returns the number of messages in the queue.
|
SimpleString |
getName()
Return the name of the queue
|
RoutingType |
getRoutingType() |
boolean |
isAutoCreated() |
boolean |
isAutoCreateQueues()
Returns
true if auto-creation for this queue is enabled and if the queue queried is a JMS queue,
false else. |
boolean |
isDurable()
Returns
true if the queue is durable, false else. |
Boolean |
isExclusive() |
boolean |
isExists()
Returns
true if the queue exists, false else. |
Boolean |
isLastValue() |
boolean |
isPurgeOnNoConsumers() |
boolean |
isTemporary()
Return
true if the queue is temporary, false else. |
boolean isExists()
true
if the queue exists, false
else.boolean isTemporary()
true
if the queue is temporary, false
else.boolean isDurable()
true
if the queue is durable, false
else.boolean isAutoCreateQueues()
true
if auto-creation for this queue is enabled and if the queue queried is a JMS queue,
false
else.int getConsumerCount()
long getMessageCount()
SimpleString getFilterString()
null
if the queue has no filter).SimpleString getAddress()
SimpleString getName()
RoutingType getRoutingType()
int getMaxConsumers()
boolean isPurgeOnNoConsumers()
boolean isAutoCreated()
Boolean isExclusive()
Boolean isLastValue()
Copyright © 2018 JBoss by Red Hat. All rights reserved.