C# 클래스 Apache.NMS.ActiveMQ.Test.RollbackRedeliveryTest

파일 보기 프로젝트 열기: ThorTech/apache-nms

보호된 프로퍼티들

프로퍼티 타입 설명
DESTINATION_NAME string
TEST_CLIENT_ID string

공개 메소드들

메소드 설명
DoTestRedelivery ( int queuePrefetch, bool interleaveProducer ) : void
RollbackRedeliveryTest ( ) : System

비공개 메소드들

메소드 설명
ConsumeMessage ( int deliveryCount ) : void
PopulateDestination ( int nbMessages, string destinationName ) : void
PopulateDestinationWithInterleavedProducer ( int nbMessages, string destinationName ) : void
SetUp ( ) : void
TearDown ( ) : void
TestMessageRedelivedMaxRedeliveriesTimesMultipleSessions ( ) : void
TestMessageRedelivedMaxRedeliveriesTimesSingleSession ( ) : void
TestRedelivery ( ) : void
TestRedeliveryOnSingleConsumer ( ) : void
TestRedeliveryOnSingleSession ( ) : void
TestRedeliveryPropertyWithNoRollback ( ) : void
TestValidateRedeliveryCountOnRollback ( ) : void
TestValidateRedeliveryCountOnRollbackWithPrefetch0 ( ) : void

메소드 상세

DoTestRedelivery() 공개 메소드

public DoTestRedelivery ( int queuePrefetch, bool interleaveProducer ) : void
queuePrefetch int
interleaveProducer bool
리턴 void

RollbackRedeliveryTest() 공개 메소드

public RollbackRedeliveryTest ( ) : System
리턴 System

프로퍼티 상세

DESTINATION_NAME 보호되어 있는 정적으로 프로퍼티

protected static string DESTINATION_NAME
리턴 string

TEST_CLIENT_ID 보호되어 있는 정적으로 프로퍼티

protected static string TEST_CLIENT_ID
리턴 string