Package org.apache.qpid.server.exchange

Interface Summary
Exchange  
ExchangeFactory  
ExchangeRegistry  
ManagedExchange The management interface exposed to allow management of an Exchange.
MessageRouter Separated out from the ExchangeRegistry interface to allow components that use only this part to have a dependency with a reduced footprint.
 

Class Summary
AbstractExchange  
DefaultExchangeFactory  
DefaultExchangeRegistry  
DestNameExchange  
DestWildExchange  
HeadersExchange An exchange that binds queues based on a set of required headers and header values and routes messages to these queues by matching the headers of the message against those with which the queues were bound.
 

Exception Summary
ExchangeInUseException  
NoRouteException Thrown by an exchange if there is no way to route a message with the mandatory flag set.