The INetTxConnectionFactory type exposes the following members.

Methods

  NameDescription
Public methodCreateConnection()()()()
Creates a new connection
(Inherited from IConnectionFactory.)
Public methodCreateConnection(String, String)
Creates a new connection with the given user name and password
(Inherited from IConnectionFactory.)
Public methodCreateNetTxConnection()()()()
Creates a new connection
Public methodCreateNetTxConnection(String, String)
Creates a new connection with the given user name and password

Properties

  NameDescription
Public propertyBrokerUri
Get/or set the broker Uri.
(Inherited from IConnectionFactory.)
Public propertyConsumerTransformer
A Delegate that is called each time a Message is dispatched to allow the client to do any necessary transformations on the received message before it is delivered. The ConnectionFactory sets the provided delegate instance on each Connection instance that is created from this factory, each connection in turn passes the delegate along to each Session it creates which then passes that along to the Consumers it creates.
(Inherited from IConnectionFactory.)
Public propertyProducerTransformer
A delegate that is called each time a Message is sent from this Producer which allows the application to perform any needed transformations on the Message before it is sent. The ConnectionFactory sets the provided delegate instance on each Connection instance that is created from this factory, each connection in turn passes the delegate along to each Session it creates which then passes that along to the Producers it creates.
(Inherited from IConnectionFactory.)
Public propertyRedeliveryPolicy
Get/or set the redelivery policy that new IConnection objects are assigned upon creation.
(Inherited from IConnectionFactory.)

See Also