Hi all,<br><br>I just released an initial version of Waste, an experimental library for RPC using Thrift and AMQP (RabbitMQ is used in the implementation). <br><br><a href="https://github.com/mille-printemps/waste">https://github.com/mille-printemps/waste</a><br>
<br>Motivation behind Waste is to utilize services in 
a fault-tolerant way from clients that are implemented
in different programming languages. <br><br>Waste extends a transport layer of Thrift so that it can
put requests from clients to a queue and dispatch the requests to
a service. If multiple services (on multiple physical servers)
are subscribing the queue, the load of the requests is balanced
among the servers. <br><br>Currently, Waste allows you to call a service implemented in C++ from a client implemented in Erlang.<br><br>Chiharu<br><br>