Apache.NMS.ActiveMQ.Test.MessageListenerRedeliveryTest.SetUp C# (CSharp) 메소드

SetUp() 개인적인 메소드

private SetUp ( ) : void
리턴 void
        public override void SetUp()
        {
            this.connection = (Connection) CreateConnection();
            this.connection.RedeliveryPolicy = GetRedeliveryPolicy();

            this.counter = 0;
        }