*/
private SessionPool initializeSessionPool(
Map channelInfo, PoolableObjectFactory sessionFactory)
throws MessageException {
final SessionPool sessionPool;
if (!supportsPooling) {
// If session pooling isn't supported, then we don't need to
// check the rest of the session pooling configuration, but can
// just create an UnpooledSessionPool which just creates a new
// Session for each request.