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

Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
OnOutgoingCommand ( ITransport transport, Command command ) : void

Private Methods

Méthode Description
TestConnectionSendsAuthenticationData ( ) : void
TestURI ( string connectionURI ) : void
TestURIForPrefetchHandling ( int queuePreFetch, int queueBrowserPrefetch, int topicPrefetch, int durableTopicPrefetch, int maximumPendingMessageLimit ) : void

Method Details

OnOutgoingCommand() public méthode

public OnOutgoingCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
Résultat void