Class NetTxConnectionFactory
Implements
Apache.NMS.INetTxConnectionFactory
Apache.NMS.IConnectionFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.NMS.ActiveMQ
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public sealed class NetTxConnectionFactory : ConnectionFactory, INetTxConnectionFactory, IConnectionFactory
Constructors
| Improve this Doc View SourceNetTxConnectionFactory()
Declaration
public NetTxConnectionFactory()
NetTxConnectionFactory(String)
Declaration
public NetTxConnectionFactory(string brokerUri)
Parameters
Type | Name | Description |
---|---|---|
System.String | brokerUri |
NetTxConnectionFactory(String, String)
Declaration
public NetTxConnectionFactory(string brokerUri, string clientID)
Parameters
Type | Name | Description |
---|---|---|
System.String | brokerUri | |
System.String | clientID |
NetTxConnectionFactory(Uri)
Declaration
public NetTxConnectionFactory(Uri brokerUri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | brokerUri |
NetTxConnectionFactory(Uri, String)
Declaration
public NetTxConnectionFactory(Uri brokerUri, string clientID)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | brokerUri | |
System.String | clientID |
Properties
| Improve this Doc View SourceConfiguredResourceManagerId
Declaration
public string ConfiguredResourceManagerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecoveryPolicy
Declaration
public NetTxRecoveryPolicy RecoveryPolicy { get; set; }
Property Value
Type | Description |
---|---|
NetTxRecoveryPolicy |
Methods
| Improve this Doc View SourceCreateActiveMQConnection(ITransport)
Declaration
protected override Connection CreateActiveMQConnection(ITransport transport)
Parameters
Type | Name | Description |
---|---|---|
ITransport | transport |
Returns
Type | Description |
---|---|
Connection |
Overrides
| Improve this Doc View SourceCreateNetTxConnection()
Declaration
public INetTxConnection CreateNetTxConnection()
Returns
Type | Description |
---|---|
Apache.NMS.INetTxConnection |
CreateNetTxConnection(String, String)
Declaration
public INetTxConnection CreateNetTxConnection(string userName, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | userName | |
System.String | password |
Returns
Type | Description |
---|---|
Apache.NMS.INetTxConnection |
Implements
Apache.NMS.INetTxConnectionFactory
Apache.NMS.IConnectionFactory