Ejemplo n.º 1
0
        private void BaseInit(ConnectionDetail cd)
        {
            thisConnDetail = cd.Copy();
            if (thisConnDetail.queueName == "")
            {
                thisConnDetail = thisConnDetail.UpdateQueueDetail(System.Guid.NewGuid().ToString(), null);
            }

            messagesSent   = 0;
            consumer       = null;
            clientCallback = null;
        }
Ejemplo n.º 2
0
 private void BaseInit(ConnectionDetail connDetail)
 {
     thisConnDetail = connDetail.Copy();
 }