C# Class Apache.NMS.Test.DurableTest

Inheritance: NMSTestSupport
Afficher le fichier Open project: ThorTech/apache-nms

Protected Properties

Свойство Type Description
DURABLE_SELECTOR string
DURABLE_TOPIC string
SEND_CLIENT_ID string
TEST_CLIENT_AND_CONSUMER_ID string

Méthodes protégées

Méthode Description
RunTestDurableConsumer ( string topicName, AcknowledgementMode ackMode ) : void
SendDurableMessage ( string topicName ) : void

Private Methods

Méthode Description
SetUp ( ) : void
TestDurableConsumer ( [ ackMode ) : void
TestDurableConsumerSelectorChange ( [ ackMode ) : void
TestSendWhileClosed ( [ ackMode ) : void

Method Details

RunTestDurableConsumer() protected méthode

protected RunTestDurableConsumer ( string topicName, AcknowledgementMode ackMode ) : void
topicName string
ackMode AcknowledgementMode
Résultat void

SendDurableMessage() protected méthode

protected SendDurableMessage ( string topicName ) : void
topicName string
Résultat void

Property Details

DURABLE_SELECTOR protected_oe static_oe property

protected static string DURABLE_SELECTOR
Résultat string

DURABLE_TOPIC protected_oe static_oe property

protected static string DURABLE_TOPIC
Résultat string

SEND_CLIENT_ID protected_oe property

protected string SEND_CLIENT_ID
Résultat string

TEST_CLIENT_AND_CONSUMER_ID protected_oe property

protected string TEST_CLIENT_AND_CONSUMER_ID
Résultat string