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, waitOnLatchprotected void sendHandshake(Connection transportConnection)
sendHandshake in class ActiveMQClientProtocolManagerprotected SessionContext newSessionContext(String name, int confirmationWindowSize, Channel sessionChannel, CreateSessionResponseMessage response)
newSessionContext in class ActiveMQClientProtocolManagerprotected 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 ActiveMQClientProtocolManagerpublic void sendSubscribeTopology(boolean isServer)
sendSubscribeTopology in interface ClientProtocolManagersendSubscribeTopology in class ActiveMQClientProtocolManagerCopyright © 2024 The Apache Software Foundation. All rights reserved.