Class 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 void redirect​(AMQPRoutingContext context)  
      protected void refuse​(AMQPRoutingContext context)  
      boolean route​(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection)  
      • Methods inherited from class org.apache.activemq.artemis.core.server.routing.RoutingHandler

        getServer, route
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AMQPRoutingHandler

        public AMQPRoutingHandler​(org.apache.activemq.artemis.core.server.ActiveMQServer server)
    • Method Detail

      • route

        public boolean route​(AMQPConnectionContext connectionContext,
                             org.apache.qpid.proton.engine.Connection protonConnection)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • redirect

        protected void redirect​(AMQPRoutingContext context)
        Specified by:
        redirect in class org.apache.activemq.artemis.core.server.routing.RoutingHandler<AMQPRoutingContext>