{
_conn.checkNotClosed();
if (_conn.channelLimitReached())
{
throw new ChannelLimitReachedException(_conn.getMaximumChannelCount());
}
return new FailoverRetrySupport<org.apache.qpid.jms.Session, JMSException>(
new FailoverProtectedOperation<org.apache.qpid.jms.Session, JMSException>()
{