Is there any disadvantages to using the send and receive objects compared to direct connections? - does it use any more cpu?
What happens when there is more than one receive for a send? - what order are these executed in? I know for direct connection its good practice to use the trigger object to give predictable sequencing. Presumably then if using send to multiple receives you really need to use the trigger object and give a new unique name to each send / receive?
I attach an example to show what I mean