On Mon, Nov 10, 2008 at 11:28 PM, Rush Manbert <[EMAIL PROTECTED]> wrote:
> My question is whether this seems like a good approach to the list readers > and the Thrift developers. Is there some mechanism already in place within > the Thrift library for this? Is there some other better approach? > > Thanks, > Rush > We have a system in place, based on STOMP (http://stomp.codehaus.org/). It's a message-oriented protocol in which we wrap Thrift-serialized structures. On top of this you have the possibility to implement RPC or leave it as a message-passing system with Thrift structures. /Carl
