public SessionDelegate createSessionDelegate(boolean transacted,
int acknowledgmentMode,
boolean isXA, boolean isCC) throws JMSException
{
RequestSupport req =
new ConnectionCreateSessionDelegateRequest2(id, version, transacted,
acknowledgmentMode, isXA, isCC);
return (SessionDelegate)doInvoke(client, req);
}