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