Methods
- Summary of methods:
-
Method Description CreateConnection Create a connection factory with the default properties. CreateConnection Create a connection using a specified user identity.
Create a connection
factory with the default properties. If you are connecting to WebSphere MQ and XMSC_USERID is not
set, then the queue manager uses the userID of the logged on user by default. If you require further
connection-level authentication of individual users we can write a client authentication exit which
is configured in WebSphere MQ.
Create a connection
using a specified user identity. If you are connecting to WebSphere MQ and XMSC_USERID is not
set, then the queue manager uses the userID of the logged on user by default. If you require further
connection-level authentication of individual users we can write a client authentication exit which
is configured in WebSphere MQ. The
connection is created in stopped mode. No messages are delivered until
the application calls Connection.start().
CreateConnection - Create Connection Factory (using the
default user identity)
IConnection CreateConnection();
CreateConnection - Create Connection (using a specified
user identity)
IConnection CreateConnection(String userId, String password);