public class AMQPRedirectHandler extends org.apache.activemq.artemis.core.server.balancing.RedirectHandler<AMQPRedirectContext>
| Constructor and Description |
|---|
AMQPRedirectHandler(ActiveMQServer server) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cannotRedirect(AMQPRedirectContext context) |
boolean |
redirect(AMQPConnectionContext connectionContext,
org.apache.qpid.proton.engine.Connection protonConnection) |
protected void |
redirectTo(AMQPRedirectContext context) |
getServer, redirectpublic AMQPRedirectHandler(ActiveMQServer server)
public boolean redirect(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection) throws Exception
Exceptionprotected void cannotRedirect(AMQPRedirectContext context) throws Exception
cannotRedirect in class org.apache.activemq.artemis.core.server.balancing.RedirectHandler<AMQPRedirectContext>Exceptionprotected void redirectTo(AMQPRedirectContext context) throws Exception
redirectTo in class org.apache.activemq.artemis.core.server.balancing.RedirectHandler<AMQPRedirectContext>ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.