The actual IConnectionFactory implementation that is being used. This implementation depends on the scheme of the URI used when constructed.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public ReadOnly Property ConnectionFactory As IConnectionFactory
	Get
C#
public IConnectionFactory ConnectionFactory { get; }
Visual C++
public:
property IConnectionFactory^ ConnectionFactory {
	IConnectionFactory^ get ();
}
JavaScript
function get_connectionFactory();

See Also