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

Afficher le fichier Open project: ThorTech/apache-nms

Protected Properties

Свойство 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

Méthode Description
AsyncSendReceiveVirtualTopicMessage ( [ ackMode, [ deliveryMode ) : void
MessageListenerA ( IMessage message ) : void
MessageListenerB ( IMessage message ) : void
SendReceiveVirtualTopicMessage ( [ ackMode, [ deliveryMode ) : void

Property Details

CONSUMER_A_DESTINATION_NAME protected_oe static_oe property

protected static string CONSUMER_A_DESTINATION_NAME
Résultat string

CONSUMER_B_DESTINATION_NAME protected_oe static_oe property

protected static string CONSUMER_B_DESTINATION_NAME
Résultat string

DESTINATION_NAME protected_oe static_oe property

protected static string DESTINATION_NAME
Résultat string

PRODUCER_DESTINATION_NAME protected_oe static_oe property

protected static string PRODUCER_DESTINATION_NAME
Résultat string

TEST_CLIENT_ID protected_oe static_oe property

protected static string TEST_CLIENT_ID
Résultat string

receivedA protected_oe property

protected int receivedA
Résultat int

receivedB protected_oe property

protected int receivedB
Résultat int