Modifier and Type | Method and Description |
---|---|
SessionContext |
ActiveMQClientProtocolManager.createSessionContext(Version clientVersion,
String name,
String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int minLargeMessageSize,
int confirmationWindowSize) |
protected Packet |
ActiveMQClientProtocolManager.newCreateSessionPacket(Version clientVersion,
String name,
String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int minLargeMessageSize,
int confirmationWindowSize,
long sessionChannelID) |
Modifier and Type | Method and Description |
---|---|
protected Packet |
HornetQClientProtocolManager.newCreateSessionPacket(Version clientVersion,
String name,
String username,
String password,
boolean xa,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean preAcknowledge,
int minLargeMessageSize,
int confirmationWindowSize,
long sessionChannelID) |
Modifier and Type | Method and Description |
---|---|
Version |
ActiveMQServer.getVersion() |
Modifier and Type | Method and Description |
---|---|
Version |
ActiveMQServerImpl.getVersion() |
Modifier and Type | Class and Description |
---|---|
class |
VersionImpl |
Constructor and Description |
---|
ActiveMQConnectionMetaData(Version serverVersion)
Create a new ActiveMQConnectionMetaData object.
|
Modifier and Type | Method and Description |
---|---|
static Version[] |
VersionLoader.getClientVersions() |
static Version |
VersionLoader.getVersion() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.