Uses of Class
org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager
-
Packages that use OpenWireProtocolManager Package Description org.apache.activemq.artemis.core.protocol.openwire org.apache.activemq.artemis.core.protocol.openwire.amq -
-
Uses of OpenWireProtocolManager in org.apache.activemq.artemis.core.protocol.openwire
Methods in org.apache.activemq.artemis.core.protocol.openwire that return OpenWireProtocolManager Modifier and Type Method Description OpenWireProtocolManagerOpenWireProtocolManager. setActorThresholdBytes(int actorThresholdBytes)OpenWireProtocolManagerOpenWireProtocolManager. setOpenwireUseDuplicateDetectionOnFailover(boolean openwireUseDuplicateDetectionOnFailover)should it use duplicate detection on failover clients.Constructors in org.apache.activemq.artemis.core.protocol.openwire with parameters of type OpenWireProtocolManager Constructor Description OpenWireConnection(org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.core.server.ActiveMQServer server, OpenWireProtocolManager openWireProtocolManager, org.apache.activemq.openwire.OpenWireFormat wf, java.util.concurrent.Executor executor)OpenWireConnection(org.apache.activemq.artemis.spi.core.remoting.Connection connection, org.apache.activemq.artemis.core.server.ActiveMQServer server, OpenWireProtocolManager openWireProtocolManager, org.apache.activemq.openwire.OpenWireFormat wf, java.util.concurrent.Executor executor, int actorThresholdBytes)OpenWireRoutingHandler(org.apache.activemq.artemis.core.server.ActiveMQServer server, OpenWireProtocolManager protocolManager) -
Uses of OpenWireProtocolManager in org.apache.activemq.artemis.core.protocol.openwire.amq
Methods in org.apache.activemq.artemis.core.protocol.openwire.amq that return OpenWireProtocolManager Modifier and Type Method Description OpenWireProtocolManagerAMQConnectionContext. getBroker()Methods in org.apache.activemq.artemis.core.protocol.openwire.amq with parameters of type OpenWireProtocolManager Modifier and Type Method Description voidAMQConnectionContext. setBroker(OpenWireProtocolManager broker)Constructors in org.apache.activemq.artemis.core.protocol.openwire.amq with parameters of type OpenWireProtocolManager Constructor Description AMQSession(org.apache.activemq.command.ConnectionInfo connInfo, org.apache.activemq.command.SessionInfo sessInfo, org.apache.activemq.artemis.core.server.ActiveMQServer server, OpenWireConnection connection, OpenWireProtocolManager protocolManager, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)
-