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 org.apache.activemq.artemis.core.server.routing.RoutingHandler<AMQPRoutingContext>
-
-
Constructor Summary
Constructors Constructor Description AMQPRoutingHandler(org.apache.activemq.artemis.core.server.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)
-
-
-
Method Detail
-
route
public boolean route(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection) throws java.lang.Exception
- Throws:
java.lang.Exception
-
refuse
protected void refuse(AMQPRoutingContext context)
- Specified by:
refusein classorg.apache.activemq.artemis.core.server.routing.RoutingHandler<AMQPRoutingContext>
-
redirect
protected void redirect(AMQPRoutingContext context)
- Specified by:
redirectin classorg.apache.activemq.artemis.core.server.routing.RoutingHandler<AMQPRoutingContext>
-
-