Apache.NMS.ActiveMQ.NetTxConnection.CreateAtiveMQSession C# (CSharp) Method

CreateAtiveMQSession() protected method

protected CreateAtiveMQSession ( AcknowledgementMode ackMode ) : Session
ackMode AcknowledgementMode
return Session
        protected override Session CreateAtiveMQSession(AcknowledgementMode ackMode)
        {
            CheckConnected();
            return new NetTxSession(this, NextSessionId);
        }