C# Class Apache.NMS.Test.DurableTest

Inheritance: NMSTestSupport
Datei anzeigen Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
DURABLE_SELECTOR string
DURABLE_TOPIC string
SEND_CLIENT_ID string
TEST_CLIENT_AND_CONSUMER_ID string

Protected Methods

Method Description
RunTestDurableConsumer ( string topicName, AcknowledgementMode ackMode ) : void
SendDurableMessage ( string topicName ) : void

Private Methods

Method Description
SetUp ( ) : void
TestDurableConsumer ( [ ackMode ) : void
TestDurableConsumerSelectorChange ( [ ackMode ) : void
TestSendWhileClosed ( [ ackMode ) : void

Method Details

RunTestDurableConsumer() protected method

protected RunTestDurableConsumer ( string topicName, AcknowledgementMode ackMode ) : void
topicName string
ackMode AcknowledgementMode
return void

SendDurableMessage() protected method

protected SendDurableMessage ( string topicName ) : void
topicName string
return void

Property Details

DURABLE_SELECTOR protected_oe static_oe property

protected static string DURABLE_SELECTOR
return string

DURABLE_TOPIC protected_oe static_oe property

protected static string DURABLE_TOPIC
return string

SEND_CLIENT_ID protected_oe property

protected string SEND_CLIENT_ID
return string

TEST_CLIENT_AND_CONSUMER_ID protected_oe property

protected string TEST_CLIENT_AND_CONSUMER_ID
return string