Creates a new connection
IConnection CreateConnection();
Creates a new connection with the given user name and password
IConnection CreateConnection(string,string);
IConnectionFactory Interface | NMS Namespace