// If we disable pinging on the client then it is a reasonably light weight operation to
// create the client since it will use the already existing invoker. This prevents us from
// having to maintain a Client instance per connection factory, which gives difficulties in
// knowing when to close it.
Version version = getVersionToUse(serverVersion);
byte v = version.getProviderIncrementingVersion();
JMSRemotingConnection remotingConnection = null;
CreateConnectionResult res;