I've set of sql-files they need to execute in parallel and I've achieved it by ThreadGroups.
I've created 2 thread groups. Each TG will start each sql-file, But, they are running with same database-user.
I need to run the TG1 with user1 and TG2 with user2. Can we achieve it throw single jmx ?