The NMSConnectionFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NMSConnectionFactory(String, array<Object>[]()[][]) |
The ConnectionFactory object must define a constructor that takes as a minimum a Uri object.
Any additional parameters are optional, but will typically include a Client ID string.
|
![]() | NMSConnectionFactory(Uri, array<Object>[]()[][]) |
The ConnectionFactory object must define a constructor that takes as a minimum a Uri object.
Any additional parameters are optional, but will typically include a Client ID string.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateConnection()()()() |
Creates a new connection.
|
![]() | CreateConnection(String, String) |
Creates a new connection with the given userName and password credentials.
|
![]() ![]() | CreateConnectionFactory |
Create a connection factory that can create connections for the given scheme in the URI.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | factory | |
![]() ![]() | schemaProviderFactoryMap |
Properties
Name | Description | |
---|---|---|
![]() | BrokerUri |
Get/or set the broker Uri.
|
![]() | ConnectionFactory |
The actual IConnectionFactory implementation that is being used. This implementation
depends on the scheme of the URI used when constructed.
|
![]() | ConsumerTransformer |
Get/or Set the ConsumerTransformerDelegate using the IConnectionFactory implementation
that is currently being used.
|
![]() | ProducerTransformer |
Get/or Set the ProducerTransformerDelegate using the IConnectionFactory implementation
that is currently being used.
|
![]() | RedeliveryPolicy |
Get/or Set the IRedeliveryPolicy instance using the IConnectionFactory implementation
that is being used.
|