Class ActiveMQRoutingHandler
java.lang.Object
org.apache.activemq.artemis.core.server.routing.RoutingHandler<ActiveMQRoutingContext>
org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQRoutingHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidredirect(ActiveMQRoutingContext context) voidrefuse(ActiveMQRoutingContext context) booleanroute(CoreRemotingConnection connection, CreateSessionMessage message) Methods inherited from class org.apache.activemq.artemis.core.server.routing.RoutingHandler
getServer, route
-
Constructor Details
-
ActiveMQRoutingHandler
-
-
Method Details
-
route
public boolean route(CoreRemotingConnection connection, CreateSessionMessage message) throws Exception - Throws:
Exception
-
refuse
- Specified by:
refusein classRoutingHandler<ActiveMQRoutingContext>- Throws:
Exception
-
redirect
- Specified by:
redirectin classRoutingHandler<ActiveMQRoutingContext>- Throws:
Exception
-