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

Show file Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
CORRELATION_ID string
DESTINATION_NAME string

Protected Methods

Method Description
GetNameTestURI ( ) : string

The name of the connection configuration that CreateNMSFactory() will load. Refer to the nmsprovider-test.config file for the value of this variable.

SendMessage ( IMessageProducer producer ) : void

Private Methods

Method Description
TestMaxInactivityDuration ( ) : void

Method Details

GetNameTestURI() protected method

The name of the connection configuration that CreateNMSFactory() will load. Refer to the nmsprovider-test.config file for the value of this variable.
protected GetNameTestURI ( ) : string
return string

SendMessage() protected method

protected SendMessage ( IMessageProducer producer ) : void
producer IMessageProducer
return void

Property Details

CORRELATION_ID protected static property

protected static string CORRELATION_ID
return string

DESTINATION_NAME protected static property

protected static string DESTINATION_NAME
return string