public static interface ClientSession.AddressQuery
ClientSession.addressQuery(SimpleString)
Modifier and Type | Method and Description |
---|---|
List<SimpleString> |
getQueueNames()
Returns the names of the queues bound to the binding.
|
boolean |
isAutoCreateJmsQueues()
Returns
true if auto-creation for this address is enabled and if the address queried is for a JMS
queue, false else. |
boolean |
isExists()
Returns
true if the binding exists, false else. |
boolean isExists()
true
if the binding exists, false
else.List<SimpleString> getQueueNames()
boolean isAutoCreateJmsQueues()
true
if auto-creation for this address is enabled and if the address queried is for a JMS
queue, false
else.Copyright © 2016 JBoss by Red Hat. All rights reserved.