C# Class Apache.NMS.ActiveMQ.Test.ExclusiveConsumerTest

Afficher le fichier Open project: ThorTech/apache-nms

Protected Properties

Свойство Type Description
DESTINATION_NAME string
TEST_CLIENT_ID string

Méthodes publiques

Méthode Description
purgeQueue ( IConnection conn, ActiveMQQueue queue ) : void

Private Methods

Méthode Description
TestExclusiveConsumerSelectedCreatedAfter ( ) : void
TestExclusiveConsumerSelectedCreatedFirst ( ) : void
TestFailoverToAnotherExclusiveConsumerCreatedAfter ( ) : void
TestFailoverToAnotherExclusiveConsumerCreatedFirst ( ) : void
TestFailoverToNonExclusiveConsumer ( ) : void
TestFallbackToExclusiveConsumer ( ) : void
createConnection ( bool start ) : IConnection

Method Details

purgeQueue() public méthode

public purgeQueue ( IConnection conn, ActiveMQQueue queue ) : void
conn IConnection
queue Apache.NMS.ActiveMQ.Commands.ActiveMQQueue
Résultat void

Property Details

DESTINATION_NAME protected_oe static_oe property

protected static string DESTINATION_NAME
Résultat string

TEST_CLIENT_ID protected_oe static_oe property

protected static string TEST_CLIENT_ID
Résultat string