org.apache.qpid.server.exchange
Interface MessageRouter

All Known Subinterfaces:
ExchangeRegistry
All Known Implementing Classes:
DefaultExchangeRegistry

public interface MessageRouter

Separated out from the ExchangeRegistry interface to allow components that use only this part to have a dependency with a reduced footprint.


Method Summary
 void routeContent(IncomingMessage message)
          Routes content through exchanges, delivering it to 1 or more queues.
 

Method Detail

routeContent

void routeContent(IncomingMessage message)
                  throws org.apache.qpid.AMQException
Routes content through exchanges, delivering it to 1 or more queues.

Parameters:
message - the message to be routed
Throws:
org.apache.qpid.AMQException - if something goes wrong delivering data


Licensed to the Apache Software Foundation