Class AMQPRoutingHandler
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.routing.RoutingHandler<AMQPRoutingContext>
-
- org.apache.activemq.artemis.protocol.amqp.proton.AMQPRoutingHandler
-
public class AMQPRoutingHandler extends RoutingHandler<AMQPRoutingContext>
-
-
Constructor Summary
Constructors Constructor Description AMQPRoutingHandler(ActiveMQServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidredirect(AMQPRoutingContext context)protected voidrefuse(AMQPRoutingContext context)booleanroute(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection)-
Methods inherited from class org.apache.activemq.artemis.core.server.routing.RoutingHandler
getServer, route
-
-
-
-
Constructor Detail
-
AMQPRoutingHandler
public AMQPRoutingHandler(ActiveMQServer server)
-
-
Method Detail
-
route
public boolean route(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection) throws Exception
- Throws:
Exception
-
refuse
protected void refuse(AMQPRoutingContext context)
- Specified by:
refusein classRoutingHandler<AMQPRoutingContext>
-
redirect
protected void redirect(AMQPRoutingContext context)
- Specified by:
redirectin classRoutingHandler<AMQPRoutingContext>
-
-