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

Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
OnOutgoingCommand ( ITransport transport, Command command ) : void

Private Methods

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

Method Details

OnOutgoingCommand() public method

public OnOutgoingCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
return void