public interface AddressManager
Modifier and Type | Method and Description |
---|---|
boolean |
addBinding(Binding binding) |
void |
clear() |
Binding |
getBinding(SimpleString queueName) |
Map<SimpleString,Binding> |
getBindings() |
Bindings |
getBindingsForRoutingAddress(SimpleString address) |
Bindings |
getMatchingBindings(SimpleString address) |
Binding |
removeBinding(SimpleString uniqueName,
Transaction tx)
This will use a Transaction as we need to confirm the queue was removed
|
Binding removeBinding(SimpleString uniqueName, Transaction tx) throws Exception
uniqueName
- tx
- Exception
Bindings getBindingsForRoutingAddress(SimpleString address) throws Exception
Exception
Bindings getMatchingBindings(SimpleString address) throws Exception
Exception
void clear()
Binding getBinding(SimpleString queueName)
Map<SimpleString,Binding> getBindings()
Copyright © 2018 JBoss by Red Hat. All rights reserved.