A IConnectionFactory object encapsulates a set of connection
configuration
parameters that has been defined by an administrator. A client uses
it to create a connection with a JMS provider.
Namespace:
Kaazing.JMSA IConnectionFactory object is a JMS administered object and supports concurrent use.
JMS administered objects are objects containing configuration information that are created by an administrator and later used by JMS clients. They make it practical to administer the JMS API in the enterprise.
Clients should think of administered objects as local objects. Looking them up should not have any hidden side effects or use surprising amounts of local resources.
Assembly: Kaazing.JMS (in Kaazing.JMS.dll)
Syntax
Visual Basic |
---|
Public Interface IConnectionFactory |
C# |
---|
public interface IConnectionFactory |
Visual C++ |
---|
public interface class IConnectionFactory |