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

Show file Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
CONSUMER_A_DESTINATION_NAME string
CONSUMER_B_DESTINATION_NAME string
DESTINATION_NAME string
PRODUCER_DESTINATION_NAME string
TEST_CLIENT_ID string
receivedA int
receivedB int

Private Methods

Method Description
AsyncSendReceiveVirtualTopicMessage ( [ ackMode, [ deliveryMode ) : void
MessageListenerA ( IMessage message ) : void
MessageListenerB ( IMessage message ) : void
SendReceiveVirtualTopicMessage ( [ ackMode, [ deliveryMode ) : void

Property Details

CONSUMER_A_DESTINATION_NAME protected static property

protected static string CONSUMER_A_DESTINATION_NAME
return string

CONSUMER_B_DESTINATION_NAME protected static property

protected static string CONSUMER_B_DESTINATION_NAME
return string

DESTINATION_NAME protected static property

protected static string DESTINATION_NAME
return string

PRODUCER_DESTINATION_NAME protected static property

protected static string PRODUCER_DESTINATION_NAME
return string

TEST_CLIENT_ID protected static property

protected static string TEST_CLIENT_ID
return string

receivedA protected property

protected int receivedA
return int

receivedB protected property

protected int receivedB
return int