How to use same dispatcher for different performers?

Hi @huseyinemre.cetin, welcome to the Community.

You can use the following approach:

Step 1: Create different queues for every transaction type.
Step 2: Filter the different types of data in the Dispatcher & upload the respective type of data to their designated queues.
Step 3: You can configure the queues in multiple dispatchers accordingly. Ex: WI3 perform consumes data from the WI3 queue.

Hope this helps,
Best Regards.

2 Likes