This content has been marked as final.
Show 2 replies
-
1. Re: One-way messages in Remoting 3
mazz Nov 21, 2007 11:43 AM (in response to dmlloyd)+1 to this.
I implemented a guaranteed delivery mechanism on top of Remoting2 that did just this. Asynchronous sending and it just ignores the return value.
I'm looking forward to seeing how Remoting3 can implement this for me using a better guaranteed delivery model than what I used :)
But the concepts you present sound good and its a model I know works at least :) -
2. Re: One-way messages in Remoting 3
trustin Nov 21, 2007 11:44 PM (in response to dmlloyd)Great idea. (Yeah, my idea sometimes makes a sense, hehe!)