could you suggest which is the best way to call multiple flow services(which will invoke individual DB queries) in parallel(asynchronous) within a main flow service and consolidate all responses and send as one from main flow service.
JMS or Publish or Java.doInvoke()?