One Dispatcher One Performer with Multiple Queues

Hi,

I am working on a solution where I am planning to have one dispatcher 2 performer and multiple queues. Based on this approach i have one query.

1st performer will run based on the item add in queue Q1 by dispatcher and performer 1 will add item to another queue, Q2

2nd performer will trigger based on the item added in Q2.

2nd performer is use to add item in 2 different queues
Q3,Q4

So if any item will add in Q3,Q4 it’s trigger same performer P2 again

Here we have to see which Queue triggers the performer and based on that we have to execute specific workflow…

Please suggest is this a optimized way or is it possible to find which queue triggers the performer so that based on that we will execute dedicate workflow

Hello @Harbansh_Singh

It would be better if you explain the real time scenario which you are going to automate?

Here its not clear the purpose of using multiple processes and the multiple queues. Also adding items by performer 2 and triggering same p2 doesnt make sense here.

Plz explain more.