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