I'm not sure I understood your question completely,
but there is no corellation between message flows using the same subflow.
Each message flow has its own subflow instance running inside. _________________ Regards.
Leonid.
One way I can think of is to setup the MQInput node in the subflow to only get certain messages. eg. with a specific CORRELID or MSGID.
As long as you can identify which message belongs to which parent flow in this way then this technique can be employed.
The properties of the subflow which determine which message to get can be promoted to messageflow level and set differently by different parent flows.
Another possible alternative is to have another separate messageflow processing messages returning from the external service on Q2 and routing them to different queues (and therefore different flows) based on the content of the message. Again the queue on which the subflow picks up messages (currently always Q2) can be set differently by different users of the subflow if the queue property on the MQinput node is promoted to message flow level.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum