org.apache.qpid.server.exchange
Class DestNameExchange
java.lang.Object
org.apache.qpid.server.exchange.AbstractExchange
org.apache.qpid.server.exchange.DestNameExchange
- All Implemented Interfaces:
- Exchange, Managable
public class DestNameExchange
- extends AbstractExchange
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DestNameExchange
public DestNameExchange()
createMBean
protected AbstractExchange.ExchangeMBean createMBean()
throws org.apache.qpid.AMQException
- Description copied from class:
AbstractExchange
- Concrete exchanges must implement this method in order to create the managed representation. This is
called during initialisation (template method pattern).
- Specified by:
createMBean
in class AbstractExchange
- Returns:
- the MBean
- Throws:
org.apache.qpid.AMQException
registerQueue
public void registerQueue(java.lang.String routingKey,
AMQQueue queue,
org.apache.qpid.framing.FieldTable args)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
deregisterQueue
public void deregisterQueue(java.lang.String routingKey,
AMQQueue queue)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException
route
public void route(AMQMessage payload)
throws org.apache.qpid.AMQException
- Throws:
org.apache.qpid.AMQException