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

Show file Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
DESTINATION_NAME string
TEST_CLIENT_ID string

Public Methods

Method Description
purgeQueue ( IConnection conn, ActiveMQQueue queue ) : void

Private Methods

Method Description
TestExclusiveConsumerSelectedCreatedAfter ( ) : void
TestExclusiveConsumerSelectedCreatedFirst ( ) : void
TestFailoverToAnotherExclusiveConsumerCreatedAfter ( ) : void
TestFailoverToAnotherExclusiveConsumerCreatedFirst ( ) : void
TestFailoverToNonExclusiveConsumer ( ) : void
TestFallbackToExclusiveConsumer ( ) : void
createConnection ( bool start ) : IConnection

Method Details

purgeQueue() public method

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

Property Details

DESTINATION_NAME protected static property

protected static string DESTINATION_NAME
return string

TEST_CLIENT_ID protected static property

protected static string TEST_CLIENT_ID
return string