public interface Bindings
| Modifier and Type | Method and Description |
|---|---|
void |
addBinding(Binding binding) |
Collection<Binding> |
getBindings() |
PagingStore |
getPagingStore() |
boolean |
redistribute(ServerMessage message,
Queue originatingQueue,
RoutingContext context) |
void |
removeBinding(Binding binding) |
void |
route(ServerMessage message,
RoutingContext context) |
void |
setRouteWhenNoConsumers(boolean takePriorityIntoAccount) |
Collection<Binding> getBindings()
void addBinding(Binding binding)
void removeBinding(Binding binding)
void setRouteWhenNoConsumers(boolean takePriorityIntoAccount)
boolean redistribute(ServerMessage message, Queue originatingQueue, RoutingContext context) throws Exception
Exceptionvoid route(ServerMessage message, RoutingContext context) throws Exception
ExceptionPagingStore getPagingStore()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.