On Thursday 30 October 2008 18:14:44 Carl Trieloff wrote: > Do you want to give a bit more detail on what the integration does?
It basically lets you use AMQP as a transport for doing RPC, there's more information about this pattern at [1]. Except that txAMQP uses Thrift as the underlying RPC mechanism. With txAMQP you can use Thrift over AMQP transparently, so you don't have to roll your own RPC protocol. There'are two simple examples in the source code [2], which show how to write a service and a client, and connect them to an AMQP broker. Cheers. 1 - http://www.openamq.org/tutorial:soa 2 - http://bazaar.launchpad.net/~txamqpteam/txamqp/trunk/files/6?file_id=srcexamples-20081029161210-d6yhc995wuvzkl45-1
