public class HornetQClientProtocolManager extends ActiveMQClientProtocolManager
connection, topologyResponseHandler
Constructor and Description |
---|
HornetQClientProtocolManager() |
Modifier and Type | Method and Description |
---|---|
protected Packet |
newCreateSessionPacket(Version clientVersion,
String name,
String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int minLargeMessageSize,
int confirmationWindowSize,
long sessionChannelID) |
protected SessionContext |
newSessionContext(String name,
int confirmationWindowSize,
Channel sessionChannel,
CreateSessionResponseMessage response) |
protected void |
sendHandshake(Connection transportConnection) |
void |
sendSubscribeTopology(boolean isServer) |
addChannelHandlers, checkForFailover, cleanupBeforeFailover, connect, createSessionContext, createSessionContext, getChannel0, getChannel1, getCurrentConnection, getName, getPacketDecoder, getSessionFactory, isAlive, lockSessionCreation, ping, setSessionFactory, stop, waitOnLatch
protected void sendHandshake(Connection transportConnection)
sendHandshake
in class ActiveMQClientProtocolManager
protected SessionContext newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response)
newSessionContext
in class ActiveMQClientProtocolManager
protected Packet newCreateSessionPacket(Version clientVersion, String name, String username, String password, boolean xa, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, int minLargeMessageSize, int confirmationWindowSize, long sessionChannelID)
newCreateSessionPacket
in class ActiveMQClientProtocolManager
public void sendSubscribeTopology(boolean isServer)
sendSubscribeTopology
in interface ClientProtocolManager
sendSubscribeTopology
in class ActiveMQClientProtocolManager
Copyright © 2017 JBoss by Red Hat. All rights reserved.