IIRC they'll appear in the order the objects were created.
To be clear I would use a trigger to explicitly order and send to destinations with different (and meaningful names)
In this case the name is best chosen to reflect the intended action, rather than the source. Hope that makes sense.
a.
On Wed, 3 Aug 2011 23:16:38 +0200 Ludwig Maes ludwig.maes@gmail.com wrote:
so standard objects have right to left ordering of outlet processing, but what about send and receive for messages? if multiple objects receive for the same name, which one gets it first? is there a triggerlike object for messages, or should I send multiple messages each with a differentiated tag like s bla1, s bla2, s s bla3 even when I send the same message?