On Fri, 5 Sep 2008, David Reiss wrote:
I'm pretty sure all of the current implementations (with the possible exception of Erlang) will processes them in order. I'm not sure whether we should make this a defined behavior, but I'm leaning toward "no".
Erlang has the same behavior as the other languages in this respect - we decided that if you want async calls to be processed in parallel this should be done at the service level, not at the binding level.
-Todd
