Hi @Gus_Fring
Yes we can build the Dispature and Performer on a single RE- Framework but we can’t make it scalable. Mean when you are going to make the process parallel you are facing the problem , if you want to run the process on different machine then every time the queue will be created and suppose there is some queue items got failed and if you want to run it again then again the queue will be created.
So that we should make the dispatcher and performer differently.
Hope you understand the points .
Thanks.