Multi-threaded orchestration and JAS sessions
I would like to better understand the resource requirements for running multithreaded orchestration. What is the relationship between the number of number of threads running in an orchestration and the number of JAS sessions? For example, if I iterate through a list of items and call an orchestration using Fire and Forget and 5 threads, will the orchestrator open a new JAS session for each thread or will each thread run in the same JAS session?