delegate.createSessionDelegate(transacted, acknowledgeMode, isXA);
return new JBossSession(sessionDelegate, type);
}
finally
{
tccc.restore();
}
}
// Temporarily commented out as it seems to produce random test failures
// See http://jira.jboss.org/jira/browse/JBMESSAGING-548